diff options
author | Stéphane Aulery <lkppo@free.fr> | 2013-07-04 00:40:01 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-06 08:59:59 -0700 |
commit | 16959f67461cb3bceb5d9428759bc6f8925aa1ee (patch) | |
tree | 4cd59ae66f5bf7ee7d42a1b2b59145928acf5b87 /man | |
parent | a1569179b99f6c8af86132030077439c1dbd52c2 (diff) |
Use the same parameter names in the help.
Signed-off-by: Stéphane Aulery <lkppo@free.fr>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xstdcmap.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/xstdcmap.man b/man/xstdcmap.man index 1685764..a875baf 100644 --- a/man/xstdcmap.man +++ b/man/xstdcmap.man @@ -43,7 +43,7 @@ xstdcmap - X standard colormap utility .SH SYNOPSIS .B xstdcmap -[-all] [-best] [-blue] [-default] [-delete \fImap\fP] [-display \fIdisplay\fP] +[-all] [-best] [-blue] [-default] [-delete \fImap\fP] [-display \fIdpy\fP] [-gray] [-green] [-help] [-red] [-verbose] [-version] .SH DESCRIPTION .PP @@ -78,7 +78,7 @@ This option specifies that a specific standard colormap property, or all such properties, should be removed. \fImap\fP may be one of: default, best, red, green, blue, gray, or all. .TP 8 -.B \-display \fIdisplay\fP +.B \-display \fIdpy\fP This option specifies the host and display to use; see \fIX(__miscmansuffix__)\fP. .TP 8 .B \-gray |