Skip to content

Commit

Permalink
Update docs to match last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 27, 2019
1 parent 8219b78 commit 3c3d8f6
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/csvclean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Outputs [basename]_out.csv and [basename]_err.csv, the former containing all val

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvcut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Filters and truncates CSV files. Like the Unix "cut" command, but for tabular da

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvformat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Convert a CSV file to a custom output format.::

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvgrep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Filter tabular data to only those rows where certain columns contain a given val

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvjson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Converts a CSV file into JSON or GeoJSON (depending on flags)::

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvlook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Renders a CSV to the command line in a Markdown-compatible, fixed-width format::

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
4 changes: 2 additions & 2 deletions docs/scripts/csvpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Loads a CSV file into a :class:`agate.csv.Reader` object and then drops into a P

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand All @@ -29,7 +29,7 @@ This tool will automatically use the IPython shell if it is installed, otherwise

.. note::

Due to platform limitations, csvpy does not accept file input on STDIN.
Due to platform limitations, csvpy does not accept file input as piped data via STDIN.

See also: :doc:`../common_arguments`.

Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvsort.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Sort CSV files. Like the Unix "sort" command, but for tabular data::

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvsql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Generate SQL statements for a CSV file or execute those statements directly on a

positional arguments:
FILE The CSV file(s) to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Stack up the rows from multiple CSV files, optionally adding a grouping value to

positional arguments:
FILE The CSV file(s) to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/csvstat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Prints descriptive statistics for all columns in a CSV file. Will intelligently

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/in2csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The header line is required though the columns may be in any order::

positional arguments:
FILE The CSV file to operate on. If omitted, will accept
input on STDIN.
input as piped data via STDIN.

optional arguments:
-h, --help show this help message and exit
Expand Down

0 comments on commit 3c3d8f6

Please sign in to comment.