diff options
author | Austin English | 2019-05-13 20:53:19 +0200 |
---|---|---|
committer | Karel Zak | 2019-05-15 13:49:20 +0200 |
commit | 4b4a780539c8a98fcbc31992840834f3e2b90435 (patch) | |
tree | 14034977a09b56283a64af6960da432c77c54470 /text-utils | |
parent | rtcwake: fix "maybe be" duplication (diff) | |
download | kernel-qcow2-util-linux-4b4a780539c8a98fcbc31992840834f3e2b90435.tar.gz kernel-qcow2-util-linux-4b4a780539c8a98fcbc31992840834f3e2b90435.tar.xz kernel-qcow2-util-linux-4b4a780539c8a98fcbc31992840834f3e2b90435.zip |
column: fix "maybe be" duplication
Signed-off-by: Austin English <austinenglish@gmail.com>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/column.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1 index 84243b5bd..fd1aaabed 100644 --- a/text-utils/column.1 +++ b/text-utils/column.1 @@ -100,7 +100,7 @@ Print header line for each page. Specify columns where is possible to use multi-line cell for long text when necessary. .IP "\fB\-H, \-\-table-hide\fP \fIcolumns\fP" -Don't print specified columns. The special placeholder '-' maybe be used to +Don't print specified columns. The special placeholder '-' may be used to hide all unnamed columns (see --table-columns). .IP "\fB\-O, \-\-table-order\fP \fIcolumns\fP" Specify columns order on output. |