/[oroborus]/oroborus/src/oroborus.c
ViewVC logotype

Diff of /oroborus/src/oroborus.c

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

revision 1.13 by dreamind, Wed Jul 31 11:05:31 2002 UTC revision 1.14 by dreamind, Wed Aug 28 08:03:02 2002 UTC
# Line 108  lightweight themeable window manager for Line 108  lightweight themeable window manager for
108                                                  "  -v, --verbose              print more information\n"                                                  "  -v, --verbose              print more information\n"
109                                                  "  -h, --help                 display this help and exit\n"                                                  "  -h, --help                 display this help and exit\n"
110                                                  "  -V, --version              output version information and exit\n"                                                  "  -V, --version              output version information and exit\n"
111                                                  "  --display                  use an alternative display instead of,\n"                                                  "  --display=DISPLAY          use an alternative display instead of,\n"
112                                                  "                             $DISPLAY\n"));                                                  "                             $DISPLAY\n"));
113          exit (status);          exit (status);
114  }  }
# Line 121  decode_switches (int argc, char **argv) Line 121  decode_switches (int argc, char **argv)
121          while ((c = getopt_long (argc, argv, "v"        /* verbose */          while ((c = getopt_long (argc, argv, "v"        /* verbose */
122                                                                                                           "h"    /* help */                                                                                                           "h"    /* help */
123                                                                                                           "V"    /* version */                                                                                                           "V"    /* version */
124                                                                                                           "f:"   /* file */                                                                                                           "r:"   /* file */
125                                                                                                           "d:",  /* display */                                                                                                           "d:",  /* display */
126                                                                                                           long_options, (int *) 0)) != EOF)                                                                                                           long_options, (int *) 0)) != EOF)
127                  {                  {
# Line 133  decode_switches (int argc, char **argv) Line 133  decode_switches (int argc, char **argv)
133                                  case 'v':                                                       /* --verbose */                                  case 'v':                                                       /* --verbose */
134                                          want_verbose = 1;                                          want_verbose = 1;
135                                          break;                                          break;
136                                  case 'f':                                                       /* --file */                                  case 'r':                                                       /* --file */
137                                          rcfile = optarg;                                          rcfile = optarg;
138                                          break;                                          break;
139                                  case 'V':                                  case 'V':

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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