commit 145e8f881d2538ef78cf2c2b57af25e49617798b
parent 3d20da3f83e1908e20877dc7f0564e420a583634
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 12 Aug 2018 20:34:50 -0400
Fix help information
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -82,6 +82,7 @@ Usage:
-k <key>, --key=<key> - note key
-t <title>, --title=<title> - title of note for create (cli mode)
-c <file>, --config=<file> - config file to read from
+ --version - version information
COMMANDS:
<none> - console gui mode when no command specified
diff --git a/nnotes_cli/nncli.py b/nnotes_cli/nncli.py
@@ -1146,8 +1146,7 @@ def usage():
-r, --regex - search string is a regular expression
-k <key>, --key=<key> - note key
-t <title>, --title=<title> - title of note for create (cli mode)
- -c <file>, --config=<file> - config file to read from (defaults to
- ~/.config/nncli/config)
+ -c <file>, --config=<file> - config file to read from
--version - version information
COMMANDS: