From 3cdbc3aa57e526dd0622ee353f31d301feca5be1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 24 Nov 2010 19:37:17 +0100 Subject: [PATCH] archived.c: changed the usage string abit. --- src/archived.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/archived.c b/src/archived.c index d987cec..c7985b6 100644 --- a/src/archived.c +++ b/src/archived.c @@ -25,9 +25,9 @@ #include "path.h" static const char *archived_usage_str = - "Usage: archived [-c ] \n" - " config - path to the configuration file\n" - " Root Directory - Path to indexroot. All subdirectories will be indexed.\n"; + "Usage: archived [-c ] \n" + " config - Path to the configuration file (default ./config.ini)\n" + " root - Path to indexroot. All subdirectories will be indexed.\n"; static dictionary *config = NULL;