Skip to content

Commit

Permalink
tweak documentation, fix corresponding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Dec 3, 2021
1 parent 5583df2 commit e59c9e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions avendesora/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ class Questions(Command):
avendesora questions [options] <account> [<field>]
Options:
-c, --clipboard Write output to clipboard rather than tty.
-c, --clipboard Write output to clipboard rather than to tty.
-S, --seed Interactively request additional seed for
generated secrets.
Expand Down Expand Up @@ -1425,7 +1425,7 @@ class Value(Command):
avendesora value [options] [<account> [<field>]]
Options:
-c, --clipboard Write output to clipboard rather than tty.
-c, --clipboard Write output to clipboard rather than to tty.
-s, --stdout Write output to the standard output without
any annotation or protections.
-S, --seed Interactively request additional seed for
Expand Down
4 changes: 2 additions & 2 deletions tests/test_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def test_questions():
avendesora questions [options] <account> [<field>]
Options:
-c, --clipboard Write output to clipboard rather than stdout.
-c, --clipboard Write output to clipboard rather than to tty.
-S, --seed Interactively request additional seed for
generated secrets.
Expand Down Expand Up @@ -674,7 +674,7 @@ def test_value():
avendesora value [options] [<account> [<field>]]
Options:
-c, --clipboard Write output to clipboard rather than stdout.
-c, --clipboard Write output to clipboard rather than to tty.
-s, --stdout Write output to the standard output without
any annotation or protections.
-S, --seed Interactively request additional seed for
Expand Down

0 comments on commit e59c9e3

Please sign in to comment.