Skip to content

Commit

Permalink
Make the help understandable
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jul 22, 2015
1 parent 4a0e651 commit 75981e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consulate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ def connection_error():

KV_PARSERS = [
('backup', 'Backup to stdout or a JSON file', [
[['-b', '--base64'], {'help': 'Base64 encode key values',
[['-b', '--base64'], {'help': 'Base64 encode values',
'action': 'store_true'}],
[['-f', '--file'],
{'help': 'JSON file to read instead of stdin',
'nargs': '?'}]]),
('restore', 'Restore from stdin or a JSON file', [
[['-b', '--base64'], {'help': 'Restore from Base64 encode key values',
[['-b', '--base64'], {'help': 'Restore from Base64 encode values',
'action': 'store_true'}],
[['-f', '--file'],
{'help': 'JSON file to read instead of stdin',
Expand Down

0 comments on commit 75981e7

Please sign in to comment.