Updated README (added -l --matching-files)

This commit is contained in:
Jules Lasne (jlasne - seluj78) 2020-10-14 21:25:29 +02:00
parent f95cc11ef3
commit ed1f613b5b
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ pip install potodo
## Usage
```
usage: potodo [-h] [-p path] [-e path [path ...]] [-a X] [-b X] [-f] [-o] [-n] [-c] [-j] [--exclude-fuzzy] [--exclude-reserved] [--only-reserved] [--show-reservation-dates] [--no-cache] [-i] [--version] [-v]
usage: potodo [-h] [-p path] [-e path [path ...]] [-a X] [-b X] [-f] [-o] [-n] [-c] [-j] [--exclude-fuzzy] [--exclude-reserved] [--only-reserved] [--show-reservation-dates] [--no-cache] [-i] [-l] [--version] [-v]
List and prettify the po files left to translate.
@ -42,6 +42,7 @@ optional arguments:
show issue creation dates
--no-cache Disables cache (Cache is disabled when files are modified)
-i, --interactive Activates the interactive menu
-l, --matching-files Suppress normal output; instead print the name of each matching po file from which output would normally have been printed.
--version show program's version number and exit
-v, --verbose Increases output verbosity
```

View File

@ -2,4 +2,4 @@
__author__ = """Jules Lasne"""
__email__ = "jules.lasne@gmail.com"
__version__ = "0.17.0"
__version__ = "0.17.1"