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 79e7706..8a639cb 100644
--- a/tools/eos-profile-tool/eos-profile-main.c
+++ b/tools/eos-profile-tool/eos-profile-main.c
@@ -32,6 +32,13 @@ static const EosProfileCmd profile_commands[] = {
.parse_args = eos_profile_cmd_convert_parse_args,
.main = eos_profile_cmd_convert_main,
},
+ {
+ .name = "diff",
+ .description = "Compares FILES",
+ .usage = "diff [OPTIONS…] <FILES>",
+ .parse_args = eos_profile_cmd_diff_parse_args,
+ .main = eos_profile_cmd_diff_main,
+ },
};
void