summaryrefslogtreecommitdiff
path: root/src/cli/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/main.c')
-rw-r--r--src/cli/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli/main.c b/src/cli/main.c
index 690ef74f1..84491effe 100644
--- a/src/cli/main.c
+++ b/src/cli/main.c
@@ -24,7 +24,8 @@ const cli_opt_spec cli_common_opts[] = {
};
const cli_cmd_spec cli_cmds[] = {
- { "help", cmd_help, "Display help information" },
+ { "cat-file", cmd_cat_file, "Display an object in the repository" },
+ { "help", cmd_help, "Display help information" },
{ NULL }
};