diff options
author | David Härdeman <david@hardeman.nu> | 2007-05-19 23:50:49 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2007-05-19 23:50:49 +0200 |
commit | e435c45fe0f3eac66f564a3f5815191a2fbc05cf (patch) | |
tree | 46c1f5c63cbd5d84da8dedb45c32f2690cd4bd79 | |
parent | 527516b7d840e74a1cede5d9bda78ef135033125 (diff) |
Correct usage message
-rw-r--r-- | metastore.c | 2 |
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" |