diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 11:33:48 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 11:33:48 -0800 |
commit | 849880e1cca492665a7c8581e5591065299ab718 (patch) | |
tree | 7c81b1efa173612afbd53d46db05d6d15a48184e /man | |
parent | 590aa5f17cd4b8d710662e6af701c166392d0235 (diff) |
Add -V option to print command version
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/appres.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/appres.man b/man/appres.man index d36afdd..10ec801 100644 --- a/man/appres.man +++ b/man/appres.man @@ -27,7 +27,7 @@ appres \- list X application resource database .SH SYNOPSIS .B "appres" -[class [instance]] [\-1] [toolkitoptions] +[class [instance]] [-1] [-V] [toolkitoptions] .SH DESCRIPTION .PP The \fIappres\fP program prints the resources seen by an application @@ -82,6 +82,8 @@ use the \-1 option. For example, .in -.5i .sp 1 will list the resources matching the \fIxterm\fP vt100 widget. +.PP +The -V option prints the appres command version and exits. .SH "SEE ALSO" .PP X(__miscmansuffix__), xrdb(__appmansuffix__), listres(__appmansuffix__) |