Skip to content

Commit

Permalink
Fix string alignment on autoversion help
Browse files Browse the repository at this point in the history
  • Loading branch information
l2ol33rt committed Apr 1, 2016
1 parent 57d5477 commit 15c8322
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions credstash.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,11 @@ def main():
"credential (update the credential; "
"defaults to version `1`).")
parsers[action].add_argument("-a", "--autoversion", action="store_true",
help="Automatically increment the version of "
"the credential to be stored. This option "
"causes the `-v` flag to be ignored. "
"(This option will fail if the currently stored "
"version is not numeric.)")
help="Automatically increment the version of "
"the credential to be stored. This option "
"causes the `-v` flag to be ignored. "
"(This option will fail if the currently stored "
"version is not numeric.)")
parsers[action].set_defaults(action=action)

action = 'setup'
Expand Down

0 comments on commit 15c8322

Please sign in to comment.