diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-08 15:15:32 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-09 11:58:28 -0800 |
commit | aee575262a9c70fe537bc1cda72c1b00931f87b0 (patch) | |
tree | 705fceedb92b9470c1de2253536af5235e9678fa /man | |
parent | 3f09f6c5771cfc70ab73ce301da683c3884cabd1 (diff) |
Add -help and -version options
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/listres.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/listres.man b/man/listres.man index d5c6d25..ac0522f 100644 --- a/man/listres.man +++ b/man/listres.man @@ -67,6 +67,12 @@ variable name or the class name. The default is ``core''. .B \-format \fIprintf\-string\fP This option specifies the \fIprintf\fP-style format string to be used to print out the name, instance, class, and type of each resource. +.TP 8 +.B \-help +This option indicates that \fIlistres\fP should print a usage message and exit. +.TP 8 +.B \-version +This option indicates that \fIlistres\fP should print version info and exit. .SH "X DEFAULTS" To be written. .SH "SEE ALSO" |