/[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.10 by dreamind, Fri Jul 5 13:46:00 2002 UTC revision 1.11 by dreamind, Sun Jul 7 03:17:41 2002 UTC
# Line 103  usage (int status) Line 103  usage (int status)
103  lightweight themeable window manager for X.\n"), progname);  lightweight themeable window manager for X.\n"), progname);
104    printf (_("Usage: %s [OPTION]... \n"), progname);    printf (_("Usage: %s [OPTION]... \n"), progname);
105    printf (_("Options:\n"    printf (_("Options:\n"
106  "  -r, --file=FILE            use an alternative rcfile\n"              "  -r, --file=FILE            use an alternative rcfile\n"
107  "                             instead of $HOME/.oroborusrc\n"              "                             instead of $HOME/.oroborusrc\n"
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                  use an alternative display instead of,\n"
112  "                             $DISPLAY\n"              "                             $DISPLAY\n"));
 ));  
113    exit (status);    exit (status);
114  }  }
115    
# Line 243  initialize (int argc, char **argv) Line 242  initialize (int argc, char **argv)
242    
243    loadSettings ();    loadSettings ();
244    
245    setNetWorkarea (margins, workspace_count);    setNetWorkarea (margins, workspace_count);
246    
247    clientFrameAll ();    clientFrameAll ();
248    
# Line 261  main (int argc, char **argv) Line 260  main (int argc, char **argv)
260  }  }
261    
262  /* vim600:set foldmarker={{{,}}} foldmethod=marker: */  /* vim600:set foldmarker={{{,}}} foldmethod=marker: */
263    
264    /**This must remain at the end of the file.**********
265     * vim600:set sw=2 ts=8:                            *
266     * vim600:set cindent cinoptions={1s,>2s,^-1s,n-1s: *
267     * vim600:set foldmethod=marker:                    *
268     ****************************************************/

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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