graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/param.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/param.c
Date: Thu, 14 Apr 2005 17:45:34 -0400

Index: graveman/current/src/param.c
diff -u graveman/current/src/param.c:1.3 graveman/current/src/param.c:1.4
--- graveman/current/src/param.c:1.3    Sat Apr  2 00:54:40 2005
+++ graveman/current/src/param.c        Thu Apr 14 21:45:32 2005
@@ -116,14 +116,21 @@
       g_printf("%s %s\n", PACKAGE, VERSION); 
       g_printf(_("By Sylvain Cresto <address@hidden>\n\n"));
       g_printf("  %s %s %s\n"
-               "\t-v\t%s\n"
-               "\t-V\t%s\n"
-               "\t-s\t%s\n\n",
+               "\t-v\t\t%s\n"
+               "\t-V\t\t%s\n"
+               "\t-s\t\t%s\n"
+               "\t-c <%s>\t%s\n\t%s\n\n  %s\n\n",
                _("Usage:"), Aargv[0], _("[options]"), _("show version 
number."),
-               _("show compilation informations."), _("always scan devices on 
startup"));
+               _("show compilation informations."), _("always scan devices on 
startup"),
+               _("files..."),
+               _("define preference-ordered set of configuration file to use 
in priority."),
+               _("\t\tconfiguration files should be seperated with a colon 
':'."),
+               _("Type \"man graveman\" to get more informations."));
       return FALSE;
     } else if (*ptr == 's') {
       param_store_value("scan_drives", "1");
+    } else if (*ptr == 'c') {
+      param_store_value("config_file", "1");
     }
   }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]