From e435c45fe0f3eac66f564a3f5815191a2fbc05cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A4rdeman?= Date: Sat, 19 May 2007 23:50:49 +0200 Subject: Correct usage message --- metastore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1