Skip to content

Commit

Permalink
Proper align args within usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonVanAssche committed May 8, 2024
1 parent caf4d76 commit 26063f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions bashpass
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ Usage: ${SCRIPT_NAME} [OPTION] [NAME | SYNC_COMMAND]
Options:
--help | -h Show this help message.
--version | -v Show the version number.
--add | -a [NAME] Add a password.
--copy | -c [NAME] Copy a password to the clipboard.
--delete | -d [NAME] Delete a password.
--show | -s [NAME] Show a password.
--update | -u [NAME] Update a password.
--add | -a [NAME] Add a password.
--copy | -c [NAME] Copy a password to the clipboard.
--delete | -d [NAME] Delete a password.
--show | -s [NAME] Show a password.
--update | -u [NAME] Update a password.
--list | -l List all passwords.
--sync | -S [SYNC_COMMAND] Synchronize password(s) with a git repository.
--sync | -S [SYNC_COMMAND] Synchronize password(s) with a git repository.
Synchronize commands:
upload Upload local password(s) to a remote repository.
Expand Down
12 changes: 6 additions & 6 deletions docs/wiki/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Usage: bashpass [OPTION] [NAME | SYNC_COMMAND]
Options:
--help | -h Show this help message.
--version | -v Show the version number.
--add | -a [NAME] Add a password.
--copy | -c [NAME] Copy a password to the clipboard.
--delete | -d [NAME] Delete a password.
--show | -s [NAME] Show a password.
--update | -u [NAME] Update a password.
--add | -a [NAME] Add a password.
--copy | -c [NAME] Copy a password to the clipboard.
--delete | -d [NAME] Delete a password.
--show | -s [NAME] Show a password.
--update | -u [NAME] Update a password.
--list | -l List all passwords.
--sync | -S [SYNC_COMMAND] Synchronize password(s) with a git repository.
--sync | -S [SYNC_COMMAND] Synchronize password(s) with a git repository.
Synchronize commands:
upload Upload local password(s) to a remote repository.
Expand Down

0 comments on commit 26063f0

Please sign in to comment.