diff options
author | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
commit | 18830ac9add80cbd3bf7369307d7e35a519dca9b (patch) | |
tree | 4759a5434a34ba317fe77bbf8b0ed9bb57bb6018 /nls/C/main.m | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'nls/C/main.m')
-rw-r--r-- | nls/C/main.m | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/nls/C/main.m b/nls/C/main.m new file mode 100644 index 0000000..5ff1b70 --- /dev/null +++ b/nls/C/main.m | |||
@@ -0,0 +1,21 @@ | |||
1 | $set 14 #main | ||
2 | |||
3 | $ #RCRequiresArg | ||
4 | # error: '-rc' requires an argument\n | ||
5 | $ #DISPLAYRequiresArg | ||
6 | # error: '-display' requires an argument\n | ||
7 | $ #WarnDisplaySet | ||
8 | # warning: could not set environment variable 'DISPLAY'\n | ||
9 | $ #Usage | ||
10 | # Fluxkbox %s: (c) 2001 Henrik Kinnunen\n\n\ | ||
11 | -display <string>\t\tuse display connection.\n\ | ||
12 | -rc <string>\t\t\tuse alternate resource file.\n\ | ||
13 | -version\t\t\tdisplay version and exit.\n\ | ||
14 | -help\t\t\t\tdisplay this help text and exit.\n\n | ||
15 | $ #CompileOptions | ||
16 | # Compile time options:\n\ | ||
17 | Debugging\t\t\t%s\n\ | ||
18 | Interlacing:\t\t\t%s\n\ | ||
19 | Shape:\t\t\t%s\n\ | ||
20 | Slit:\t\t\t\t%s\n\ | ||
21 | 8bpp Ordered Dithering:\t%s\n\n | ||