diff --git a/LiteVault.sh b/LiteVault.sh index 6423b81..e2144bc 100755 --- a/LiteVault.sh +++ b/LiteVault.sh @@ -81,7 +81,7 @@ function ShowHelp() { echo " SHOW only Login or Password of the account with that token" echo -e "$cBOLD --update [-t|--token] -mk $cDEFAULT" echo " UPDATE account (Login and Password) of the indicated token" - echo -e "$cBOLD --delete --token -mk >MasterKey> $cDEFAULT" + echo -e "$cBOLD --delete --token -mk $cDEFAULT" echo " DELETE account with the indicated token" echo "──────────────────────────────────────────────────────────────────────" echo " NOTE: Use -mk to use the decryption key " diff --git a/README.md b/README.md new file mode 100644 index 0000000..d090587 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +┌────────────────────────────────────────────────────────────────────┐ +│ LiteVault - User/Password management in encrypted Vault - Ver.3.2 │ +└────────────────────────────────────────────────────────────────────┘ + SINTAX: ./LiteVault.sh --ACTION parameter ... + --help + Show help + --list + List of all account names + --new + Create new vault file: /home/luisgulo/.LiteVault.gpg + CAUTION: ¡The old one will be removed! + --create --account -mk + CREATE new account in LiteVault + --show [-t|--token] -mk + SHOW Login and assword of the account with that token + --show -t [-l|--login] [-p|--password] -mk + SHOW only Login or Password of the account with that token + --update [-t|--token] -mk + UPDATE account (Login and Password) of the indicated token + --delete --token -mk + DELETE account with the indicated token +────────────────────────────────────────────────────────────────────── + NOTE: Use -mk to use the decryption key + Otherwise it will be requested by console +────────────────────────────────────────────────────────────────────── diff --git a/bin/LiteVault b/bin/LiteVault index 3e46111..e1a5498 100755 Binary files a/bin/LiteVault and b/bin/LiteVault differ