diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-26 21:26:54 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-26 21:26:57 -0800 |
commit | 93fcd59757e87cb79db8a98e0379c0a90eddae4c (patch) | |
tree | 4c4f55fe8a6c52b1db5bc95d3a5d434476b1476d /man | |
parent | dfd9fa8720cb8001d6569cd8b4d65819ff9d5ba5 (diff) |
Add -version option to print program version
Adds both -version and previously undocumented -help to man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xcmsdb.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/xcmsdb.man b/man/xcmsdb.man index f08604f..48ce6e1 100644 --- a/man/xcmsdb.man +++ b/man/xcmsdb.man @@ -33,6 +33,7 @@ xcmsdb \- Device Color Characterization utility for X Color Management System .B xcmsdb [ \fB\-query\fP ] [ \fB\-remove\fP ] [ \fB\-format\032\fP|\fB16\fP|\fB8\fP ] +[ \fB\-help\fP ] [ \fB\-version\fP ] [ \fIfilename\fP ] .SH DESCRIPTION .I xcmsdb @@ -85,6 +86,12 @@ XDCCC_LINEAR_RGB_CORRECTION property. Precision of encoded floating point values increases with the increase in bits per entry. The default is 32 bits per entry. +.TP 8 +.B \-help +This option prints a summary of the available options and exits. +.TP 8 +.B \-version +This option prints the program version and exits. .SH "SEE ALSO" xprop(__appmansuffix__), Xlib documentation .SH ENVIRONMENT |