diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 17:33:24 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 17:33:24 -0800 |
commit | 4c6626a0d6a2a3615713a44c2226028e37d68ec1 (patch) | |
tree | 5da80a56307a8424c33cd3797c9dc940ae1e4ab4 /man/xsm.man | |
parent | 1958a53e86c2aad0cdeb03d588d6ea1d2616c4a2 (diff) |
Add -help and -version options
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/xsm.man')
-rw-r--r-- | man/xsm.man | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/xsm.man b/man/xsm.man index 5da459a..205c474 100644 --- a/man/xsm.man +++ b/man/xsm.man @@ -31,7 +31,10 @@ xsm \- X Session Manager .SH SYNOPSIS .B xsm -[-display \fIdisplay\fP] [-session \fIsessionName\fP] [-verbose] +[\fB\-display\fP \fIdisplay\fP] [\fB\-session\fP \fIsessionName\fP] [\fB-verbose\fP] +.br +.B xsm +[\fB\-help\fP | \fB-verbose\fP] .SH DESCRIPTION .PP \fIxsm\fP is a session manager. A session is a group of applications, each @@ -61,6 +64,12 @@ Causes \fIxsm\fP to load the specified session, bypassing the session menu. .TP 8 .B \-verbose Turns on debugging information. +.TP 8 +.B \-help +Prints usage message and exits. +.TP 8 +.B \-version +Prints version info and exits. .SH SETUP .SS .xsession file Using \fIxsm\fP requires a change to your \fI.xsession\fP file: |