blob: e06a64c1f3a3fb4449410bbc9f5bf5f6b49c0fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
--- 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:
|