diff options
-rw-r--r-- | usage.c | 2 | ||||
-rw-r--r-- | uxd.1 | 4 | ||||
-rw-r--r-- | uxd.rst | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ char *usage_opts[] = { " --: no more options.", - " -1: don't alternate colors for normal characters.", + " -1: don't alternate colors.", " -b: bold color output.", " -c nnnnn: colors (2 to 5 digits, 0 to 7).", " -d data: dump this data instead of a file.", @@ -78,9 +78,9 @@ begins with \fB\-\fP\&. .INDENT 0.0 .TP .B \-1 -Don\(aqt alternate colors for normal characters. +Don\(aqt alternate colors. .UNINDENT -.\" don't alternate colors for normal characters. +.\" don't alternate colors. . .INDENT 0.0 .TP @@ -65,9 +65,9 @@ as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes). .. no more options. -1 - Don't alternate colors for normal characters. + Don't alternate colors. -.. don't alternate colors for normal characters. +.. don't alternate colors. -b Bold output. This may be more or less readable, depending on your |