diff options
Diffstat (limited to 'nls/C/main.m')
| -rw-r--r-- | nls/C/main.m | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/nls/C/main.m b/nls/C/main.m new file mode 100644 index 00000000..e7d9f157 --- /dev/null +++ b/nls/C/main.m @@ -0,0 +1,24 @@ +$set 14 #main + +$ #RCRequiresArg +# error: '-rc' requires an argument\n +$ #DISPLAYRequiresArg +# error: '-display' requires an argument\n +$ #WarnDisplaySet +# warning: could not set environment variable 'DISPLAY'\n +$ #Usage +# Openbox %s: (c) 2002 - 2002 Ben Jansens\n\ + \t\t\t 2001 - 2002 Sean 'Shaleh' Perry\n\ + \t\t\t 1997 - 2000 Brad Hughes\n\n\ + -display <string>\t\tuse display connection.\n\ + -rc <string>\t\t\tuse alternate resource file.\n\ + -version\t\t\tdisplay version and exit.\n\ + -help\t\t\t\tdisplay this help text and exit.\n\n +$ #CompileOptions +# Compile time options:\n\ + Debugging\t\t\t%s\n\ + Interlacing:\t\t\t%s\n\ + Shape:\t\t\t%s\n\ + Slit:\t\t\t\t%s\n\ + 8bpp Ordered Dithering:\t%s\n\ + Event Clobbering:\t\t%s\n\n |
