From 837820125bfcf6c6fca836a3e98bcff5962fd104 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 7 Nov 2021 19:35:08 -0800 Subject: [PATCH] Update ecli helptext. --- frontends/etiquette_cli.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontends/etiquette_cli.py b/frontends/etiquette_cli.py index a234a32..69ea4b5 100644 --- a/frontends/etiquette_cli.py +++ b/frontends/etiquette_cli.py @@ -513,6 +513,11 @@ DOCSTRING = ''' 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} {remove_tag} @@ -549,9 +554,7 @@ Etiquette CLI {tag_list} -At any time, you may add --silent, --quiet, --debug, --loud to change logging. - -You can add --yes to avoid the "Commit?" prompt. +You can add --yes to avoid the "Commit?" prompt on commands that modify the db. TO SEE DETAILS ON EACH COMMAND, RUN > etiquette_cli.py --help