diff options
author | mathias <mathias> | 2005-06-04 11:46:42 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-06-04 11:46:42 (GMT) |
commit | 99a7f9a11084525e15407bdf7372728dadd7be98 (patch) | |
tree | e562bfd5126ae8e58cee84deedf09463b7e20b34 | |
parent | 233c6a3e394ac36e9dc58043faf19f4e040b6cf6 (diff) | |
download | fluxbox-99a7f9a11084525e15407bdf7372728dadd7be98.zip fluxbox-99a7f9a11084525e15407bdf7372728dadd7be98.tar.bz2 |
added -screen to -help
-rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index 049b16a..330a0f5 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -218,6 +218,7 @@ int main(int argc, char **argv) { | |||
218 | "Fluxbox %s : (c) %s Henrik Kinnunen\n" | 218 | "Fluxbox %s : (c) %s Henrik Kinnunen\n" |
219 | "Website: http://www.fluxbox.org/ \n\n" | 219 | "Website: http://www.fluxbox.org/ \n\n" |
220 | "\t-display <string>\t\tuse display connection.\n" | 220 | "\t-display <string>\t\tuse display connection.\n" |
221 | "\t-screen <all|int,int,int>\trun on specified screens only.\n" | ||
221 | "\t-rc <string>\t\t\tuse alternate resource file.\n" | 222 | "\t-rc <string>\t\t\tuse alternate resource file.\n" |
222 | "\t-version\t\t\tdisplay version and exit.\n" | 223 | "\t-version\t\t\tdisplay version and exit.\n" |
223 | "\t-info\t\t\t\tdisplay some useful information.\n" | 224 | "\t-info\t\t\t\tdisplay some useful information.\n" |