Update ecli helptext.
This commit is contained in:
parent
a686cade94
commit
837820125b
1 changed files with 6 additions and 3 deletions
|
@ -513,6 +513,11 @@ DOCSTRING = '''
|
||||||
Etiquette CLI
|
Etiquette CLI
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
This is the command-line interface for Etiquette, so that you can automate your
|
||||||
|
database and integrate it into other scripts.
|
||||||
|
|
||||||
|
The following commands are available:
|
||||||
|
|
||||||
{add_tag}
|
{add_tag}
|
||||||
|
|
||||||
{remove_tag}
|
{remove_tag}
|
||||||
|
@ -549,9 +554,7 @@ Etiquette CLI
|
||||||
|
|
||||||
{tag_list}
|
{tag_list}
|
||||||
|
|
||||||
At any time, you may add --silent, --quiet, --debug, --loud to change logging.
|
You can add --yes to avoid the "Commit?" prompt on commands that modify the db.
|
||||||
|
|
||||||
You can add --yes to avoid the "Commit?" prompt.
|
|
||||||
|
|
||||||
TO SEE DETAILS ON EACH COMMAND, RUN
|
TO SEE DETAILS ON EACH COMMAND, RUN
|
||||||
> etiquette_cli.py <command> --help
|
> etiquette_cli.py <command> --help
|
||||||
|
|
Loading…
Reference in a new issue