projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6739af
)
only show -sm-client-id in the help when session management is build in
author
Dana Jansens
<danakj@orodu.net>
Sat, 21 Jun 2003 09:40:15 +0000
(09:40 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 21 Jun 2003 09:40:15 +0000
(09:40 +0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 4329dadeff6e5bb32e054ab8dcae0182d3222a79..10970820123f32c288bfcda205ab91812039b2e2 100644
(file)
--- a/
openbox/openbox.c
+++ b/
openbox/openbox.c
@@
-470,7
+470,9
@@
static void print_help()
g_print("Syntax: %s [options]\n\n", BINARY);
g_print("Options:\n\n");
g_print(" -rc PATH Specify the path to the rc file to use\n");
+#ifdef USE_SM
g_print(" -sm-client-id ID Specify the session manager ID\n");
+#endif
g_print(" -help Display this help and exit\n");
g_print(" -version Display the version and exit\n");
g_print(" -sync Run in synchronous mode (this is slow and\n"