46 lines
2.8 KiB
Diff
46 lines
2.8 KiB
Diff
--- main.cc.orig 2001-04-28 05:32:24.000000000 -0500
|
|
+++ main.cc 2004-08-12 17:25:13.727140704 -0500
|
|
@@ -24,26 +24,25 @@
|
|
|
|
void Usage()
|
|
{
|
|
- char* usageOptions = {"Options:\n\
|
|
- -display <display name> X server to connect to\n\
|
|
- -c[onfig] <filename> Alternate config file\n\
|
|
- -n[obb] Fall back on default configuration\n\
|
|
- -v[ersion] Display version number\n\
|
|
- -h[elp] Display this help\n\
|
|
- -geom[etry] <geometry> Set geometry of window\n\
|
|
- -d[ecorated] Show 'normal' decorated window\n\
|
|
- -w[ithdrawn] Place bbtool in the Slit\n\
|
|
- -s[hape] Don't display groundplate\n\
|
|
- -thru[put] Display throughput rate\n\
|
|
- -o[rient] <v|h> Display window widgets horizontally or vertically\n\
|
|
- -com[pact] Display buttons in compact style\n\
|
|
- -notime Dont display time window\n\
|
|
- -nosecs Show uptime in old-style hh:mm format\n\
|
|
- "};
|
|
+ char* usageOptions = {"Options:\n"
|
|
+ "-display <display name> X server to connect to\n"
|
|
+ "-c[onfig] <filename> Alternate config file\n"
|
|
+ "-n[obb] Fall back on default configuration\n"
|
|
+ "-v[ersion] Display version number\n"
|
|
+ "-h[elp] Display this help\n"
|
|
+ "-geom[etry] <geometry> Set geometry of window\n"
|
|
+ "-d[ecorated] Show 'normal' decorated window\n"
|
|
+ "-w[ithdrawn] Place bbtool in the Slit\n"
|
|
+ "-s[hape] Don't display groundplate\n"
|
|
+ "-thru[put] Display throughput rate\n"
|
|
+ "-o[rient] <v|h> Display window widgets horizontally or vertically\n"
|
|
+ "-com[pact] Display buttons in compact style\n"
|
|
+ "-notime Dont display time window\n"
|
|
+ "-nosecs Show uptime in old-style hh:mm format\n"
|
|
+ };
|
|
|
|
fprintf(stdout,"\n%s version %s \n",BBTOOL,BBTOOL_VERSION);
|
|
- fprintf(stdout,"Usage:
|
|
- %s [options]\n",BBTOOL);
|
|
+ fprintf(stdout,"Usage:\n%s [options]\n",BBTOOL);
|
|
fprintf(stdout, "%s", usageOptions);
|
|
/*
|
|
fprintf(stdout,"-t[ype] <0|1|2|3> 0:
|