/[mailutils]/mailutils/mh/rmf.c
ViewVC logotype

Diff of /mailutils/mh/rmf.c

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

revision 1.2 by polak, Thu Dec 26 20:51:06 2002 UTC revision 1.3 by gray, Fri Dec 27 19:31:06 2002 UTC
# Line 34  static char args_doc[] = N_("[+folder]") Line 34  static char args_doc[] = N_("[+folder]")
34    
35  /* GNU options */  /* GNU options */
36  static struct argp_option options[] = {  static struct argp_option options[] = {
37    {"folder",  'f', "FOLDER", 0, N_("Specify the folder to delete")},    {"folder",  'f', N_("FOLDER"), 0, N_("Specify the folder to delete")},
38    {"interactive", 'i', "BOOL", OPTION_ARG_OPTIONAL,    {"interactive", 'i', N_("BOOL"), OPTION_ARG_OPTIONAL,
39      N_("Interactive mode: ask for confirmation before removing each folder")},      N_("Interactive mode: ask for confirmation before removing each folder")},
40    {"recursive", 'r', NULL, 0, N_("Recursively delete all subfolders")},    {"recursive", 'r', NULL, 0, N_("Recursively delete all subfolders")},
41    { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" },    { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" },

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

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