Fixed typos in help
This commit is contained in:
parent
4458c15326
commit
1c5e642f69
4 changed files with 39 additions and 39 deletions
|
@ -16,10 +16,10 @@ while [ $# -gt 0 ]; do
|
|||
"Usage: qr-restore.sh [options]" \
|
||||
"" \
|
||||
"Options:" \
|
||||
" --shamir-secret-sharing combine secret using Shamir Secret Sharing" \
|
||||
" --share-threshold shares required to access secret (defaults to 3)" \
|
||||
" --word-list split secret into word list" \
|
||||
" -h, --help display help for command"
|
||||
" --shamir-secret-sharing combine secret using Shamir Secret Sharing" \
|
||||
" --share-threshold <threshold> shares required to access secret (defaults to 3)" \
|
||||
" --word-list split secret into word list" \
|
||||
" -h, --help display help for command"
|
||||
exit 0
|
||||
;;
|
||||
--images)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue