From 1c5e642f691dc92c7373a1260768bd6e14b87dd0 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Fri, 5 Nov 2021 09:09:00 -0400 Subject: [PATCH] Fixed typos in help --- .../qr-backup.sh | 18 ++++++------- .../qr-backup.sh.sig | 26 +++++++++---------- .../qr-restore.sh | 8 +++--- .../qr-restore.sh.sig | 26 +++++++++---------- 4 files changed, 39 insertions(+), 39 deletions(-) diff --git a/how-to-create-encrypted-paper-backup/qr-backup.sh b/how-to-create-encrypted-paper-backup/qr-backup.sh index 398dc1c..6664503 100755 --- a/how-to-create-encrypted-paper-backup/qr-backup.sh +++ b/how-to-create-encrypted-paper-backup/qr-backup.sh @@ -17,15 +17,15 @@ while [ $# -gt 0 ]; do "Usage: qr-backup.sh [options]" \ "" \ "Options:" \ - " --create-bip39-mnemonic create BIP39 mnemonic" \ - " --create-electrum-mnemonic create Electrum mnemonic" \ - " --validate-bip39-mnemonic validate if secret is valid BIP39 mnemonic" \ - " --shamir-secret-sharing split secret using Shamir Secret Sharing" \ - " --number-of-shares number of shares (defaults to 5)" \ - " --share-threshold shares required to access secret (defaults to 3)" \ - " --no-qr disable show SHA512 hash as QR code prompt" \ - " --label