X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;fp=docs%2Findex.rst;h=242918a82b9662afe66a49842caaa5a6d2d06e45;hb=447c2ab10de0e28b7d6ecc95c3c2aaf0efddebd3;hp=8b73c1a1e1061394776a39d01c7859b81d506be7;hpb=06c8b16824855cf8fa4a92abc1eb0b8580079124;p=sqlconvert.git diff --git a/docs/index.rst b/docs/index.rst index 8b73c1a..242918a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,15 +29,19 @@ Usage:: Options:: - -e ENCODING, --encoding ENCODING + -e ENCODING, --encoding ENCODING input/output encoding, default is utf-8 - -E OUTPUT_ENCODING, --output-encoding OUTPUT_ENCODING + -E OUTPUT_ENCODING, --output-encoding OUTPUT_ENCODING separate output encoding, default is the same as `-e` except for console; for console output charset from the current locale is used + -P, --no-pbar Inhibit progress bar infile Input file, stdin if absent or '-' -o, --outfile outfile Output file, stdout if absent or '-' +If stderr is connected to the console the program displays a text mode progress +bar. Option `-P/--no-pbar` inhibits it. + Option `-o` is useful when infile is absent (input is redirected), for example::