diff options
| author | luisgulo <luisgulo@gmail.com> | 2025-11-17 16:43:58 +0100 |
|---|---|---|
| committer | luisgulo <luisgulo@gmail.com> | 2025-11-17 16:43:58 +0100 |
| commit | 865a43c2ba15756016e64d0e9447e62f3552ba25 (patch) | |
| tree | b2ba43876e14e5704801c4c9bcf390b7716b188d | |
| parent | 1b53559ed46f779227b4f9b82c831cbdef388765 (diff) | |
help message for vault.sh
| -rwxr-xr-x | vault.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ main() { secret_exists "$2" && echo "${tr[exists]:-✅ Existe}" || echo "${tr[not_exists]:-❌ No existe}" ;; *) - echo "${tr[usage]:-Uso: vault.sh {add|get|show|edit|remove|list|export|exists} <clave>}" + echo "${tr[usage]:-Uso: vault.sh {add|get|show|edit|remove|list|export|exists} }" ;; esac } |
