[Docs] moving --xvright out of the FLATTEN-UNFLATTEN FLAGS section (#1065)

This commit is contained in:
Fulvio Scapin 2022-08-01 15:53:40 +02:00 committed by GitHub
parent 9b56162c96
commit c9e0559cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 14 deletions

View file

@ -373,6 +373,7 @@ FILE-FORMAT FLAGS
--tsvlite Use TSV-lite format for input and output data.
--usv or --usvlite Use USV format for input and output data.
--xtab Use XTAB format for input and output data.
--xvright Right-justify values for XTAB format.
-i {format name} Use format name for input data. For example: `-i csv`
is the same as `--icsv`.
-o {format name} Use format name for output data. For example: `-o
@ -398,7 +399,6 @@ FLATTEN-UNFLATTEN FLAGS
`$y=[7,8,9]`. flattens to `y.1=7,y.2=8,y.3=9. With
`--no-auto-flatten`, instead we get
`${y.1}=7,${y.2}=8,${y.3}=9`.
--xvright Right-justify values for XTAB format.
FORMAT-CONVERSION KEYSTROKE-SAVER FLAGS
As keystroke-savers for format-conversion you may use the following.

View file

@ -452,6 +452,7 @@ are overridden in all cases by setting output format to `format2`.
--tsvlite Use TSV-lite format for input and output data.
--usv or --usvlite Use USV format for input and output data.
--xtab Use XTAB format for input and output data.
--xvright Right-justify values for XTAB format.
-i {format name} Use format name for input data. For example: `-i csv`
is the same as `--icsv`.
-o {format name} Use format name for output data. For example: `-o
@ -485,7 +486,6 @@ See the Flatten/unflatten doc page for more information.
`$y=[7,8,9]`. flattens to `y.1=7,y.2=8,y.3=9. With
`--no-auto-flatten`, instead we get
`${y.1}=7,${y.2}=8,${y.3}=9`.
--xvright Right-justify values for XTAB format.
.fi
.if n \{\
.RE