summaryrefslogtreecommitdiff
path: root/metastore.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2007-05-19 23:50:49 +0200
committerDavid Härdeman <david@hardeman.nu>2007-05-19 23:50:49 +0200
commite435c45fe0f3eac66f564a3f5815191a2fbc05cf (patch)
tree46c1f5c63cbd5d84da8dedb45c32f2690cd4bd79 /metastore.c
parent527516b7d840e74a1cede5d9bda78ef135033125 (diff)
Correct usage message
Diffstat (limited to 'metastore.c')
-rw-r--r--metastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/metastore.c b/metastore.c
index 7fae7ff..733727d 100644
--- a/metastore.c
+++ b/metastore.c
@@ -206,7 +206,7 @@ usage(const char *arg0, const char *message)
msg(MSG_CRITICAL, "%s: %s\n\n", arg0, msg);
msg(MSG_CRITICAL, "Usage: %s ACTION [OPTION...] [PATH...]\n\n", arg0);
msg(MSG_CRITICAL, "Where ACTION is one of:\n"
- " -d, --diff\tShow differences between stored and real metadata\n"
+ " -c, --compare\tShow differences between stored and real metadata\n"
" -s, --save\tSave current metadata\n"
" -a, --apply\tApply stored metadata\n"
" -h, --help\tHelp message (this text)\n\n"