Update README

This commit is contained in:
Rupus Reinefjord 2022-11-15 21:29:55 +01:00
parent bdd81af9a8
commit ff6bbe2b06

View file

@ -12,13 +12,14 @@ You can install it directly from PyPI with pip:
``` ```
$ pass2csv --help $ pass2csv --help
usage: pass2csv [-h] [-b path] [-g executable] [-a] [--encodings encodings] usage: pass2csv [-h] [-b path] [-g executable] [-a] [--encodings encodings]
[-o file] [-e pattern] [-f name pattern] [-l name pattern] [-e pattern] [-f name pattern] [-l name pattern]
store_path STOREPATH OUTFILE
positional arguments: positional arguments:
store_path path to the password-store to export STOREPATH path to the password-store to export
OUTFILE file to write exported data to, use - for stdout
optional arguments: options:
-h, --help show this help message and exit -h, --help show this help message and exit
-b path, --base path path to use as base for grouping passwords -b path, --base path path to use as base for grouping passwords
-g executable, --gpg executable -g executable, --gpg executable
@ -27,8 +28,6 @@ optional arguments:
--encodings encodings --encodings encodings
comma-separated text encodings to try, in order, when comma-separated text encodings to try, in order, when
decoding gpg output (default 'utf-8') decoding gpg output (default 'utf-8')
-o file, --outfile file
file to write exported data to (default stdin)
-e pattern, --exclude pattern -e pattern, --exclude pattern
regexp for lines which should not be exported, can be regexp for lines which should not be exported, can be
specified multiple times specified multiple times