/[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.1 by scresto, Tue Mar 22 00:27:13 2005 UTC revision 1.2 by scresto, Sat Apr 2 00:46:11 2005 UTC
# Line 110  gboolean graveman_init(gint Aargc, gchar Line 110  gboolean graveman_init(gint Aargc, gchar
110        g_printf(_("By Sylvain Cresto <scresto@gmail.com>\n\n"));        g_printf(_("By Sylvain Cresto <scresto@gmail.com>\n\n"));
111        g_printf("  %s %s %s\n"        g_printf("  %s %s %s\n"
112                 "\t-v\t%s\n"                 "\t-v\t%s\n"
113                 "\t-V\t%s\n\n",                 "\t-V\t%s\n"
114                   "\t-s\t%s\n\n",
115                 _("Usage:"), Aargv[0], _("[options]"), _("show version number."),                 _("Usage:"), Aargv[0], _("[options]"), _("show version number."),
116                 _("show compilation informations."));                 _("show compilation informations."), _("always scan devices on startup"));
117        return FALSE;        return FALSE;
118      } else if (*ptr == 's') {      } else if (*ptr == 's') {
119        param_store_value("scan_drives", "1");        param_store_value("scan_drives", "1");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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