/[graveman]/graveman/current/src/param.c
ViewVC logotype

Diff of /graveman/current/src/param.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by scresto, Sat Apr 2 00:54:40 2005 UTC revision 1.4 by scresto, Thu Apr 14 21:45:32 2005 UTC
# Line 116  gboolean graveman_init(gint Aargc, gchar Line 116  gboolean graveman_init(gint Aargc, gchar
116        g_printf("%s %s\n", PACKAGE, VERSION);        g_printf("%s %s\n", PACKAGE, VERSION);
117        g_printf(_("By Sylvain Cresto <scresto@gmail.com>\n\n"));        g_printf(_("By Sylvain Cresto <scresto@gmail.com>\n\n"));
118        g_printf("  %s %s %s\n"        g_printf("  %s %s %s\n"
119                 "\t-v\t%s\n"                 "\t-v\t\t%s\n"
120                 "\t-V\t%s\n"                 "\t-V\t\t%s\n"
121                 "\t-s\t%s\n\n",                 "\t-s\t\t%s\n"
122                   "\t-c <%s>\t%s\n\t%s\n\n  %s\n\n",
123                 _("Usage:"), Aargv[0], _("[options]"), _("show version number."),                 _("Usage:"), Aargv[0], _("[options]"), _("show version number."),
124                 _("show compilation informations."), _("always scan devices on startup"));                 _("show compilation informations."), _("always scan devices on startup"),
125                   _("files..."),
126                   _("define preference-ordered set of configuration file to use in priority."),
127                   _("\t\tconfiguration files should be seperated with a colon ':'."),
128                   _("Type \"man graveman\" to get more informations."));
129        return FALSE;        return FALSE;
130      } else if (*ptr == 's') {      } else if (*ptr == 's') {
131        param_store_value("scan_drives", "1");        param_store_value("scan_drives", "1");
132        } else if (*ptr == 'c') {
133          param_store_value("config_file", "1");
134      }      }
135    }    }
136    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26