all repos — openbox @ 7f2550e0ce97957192e6b467a6be9104feca18c2

openbox fork - make it a bit more like ryudo

only show -sm-client-id in the help when session management is build in
Dana Jansens danakj@orodu.net
commit

7f2550e0ce97957192e6b467a6be9104feca18c2

parent

e6739af2825ab9fe872c2860a8eac31b742c66d5

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -470,7 +470,9 @@ print_version();

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"