summaryrefslogtreecommitdiff
path: root/tools/eos-profile-tool/eos-profile-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eos-profile-tool/eos-profile-main.c')
-rw-r--r--tools/eos-profile-tool/eos-profile-main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/eos-profile-tool/eos-profile-main.c b/tools/eos-profile-tool/eos-profile-main.c
index 1691bff..79e7706 100644
--- a/tools/eos-profile-tool/eos-profile-main.c
+++ b/tools/eos-profile-tool/eos-profile-main.c
@@ -25,6 +25,13 @@ static const EosProfileCmd profile_commands[] = {
.parse_args = eos_profile_cmd_show_parse_args,
.main = eos_profile_cmd_show_main,
},
+ {
+ .name = "convert",
+ .description = "Converts a capture file to another format",
+ .usage = "convert [OPTIONS…] <FILE>",
+ .parse_args = eos_profile_cmd_convert_parse_args,
+ .main = eos_profile_cmd_convert_main,
+ },
};
void