diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-03 18:29:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-03 18:29:44 -0700 |
commit | b0ae4b903067017ec7dc19f27d3916d2153410af (patch) | |
tree | c1b7f83de32d18a2abffd7af9c56c6e42a27b0a4 /man | |
parent | faa4fa7785addc2170d4de7bf13d377324597e99 (diff) |
Add -version option to print program version
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xprop.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/xprop.man b/man/xprop.man index 81dc021..245cf9a 100644 --- a/man/xprop.man +++ b/man/xprop.man @@ -36,6 +36,7 @@ xprop - property displayer for X [-remove \fIproperty-name\fP] [-set \fIproperty-name\fP \fIvalue\fP] [-spy] +[-version] [-f \fIatom\fP \fIformat\fP [\fIdformat\fP]]* [\fIformat\fP [\fIdformat\fP] \fIatom\fP]* .SH SUMMARY @@ -121,6 +122,10 @@ indicated window. Examine window properties forever, looking for property change events. .PP .TP 8 +.B "-verson" +Print program version information and exit. +.PP +.TP 8 .B "-f \fIname\fP \fIformat\fP [\fIdformat\fP]" Specifies that the \fIformat\fP for \fIname\fP should be \fIformat\fP and that the \fIdformat\fP for \fIname\fP should be \fIdformat\fP. If \fIdformat\fP |