diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-12 12:20:10 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-12 12:20:10 +0200 |
commit | 9fd14549d79dc6676da83085c6a4f64c09b80656 (patch) | |
tree | 71a42b2231b0ab28aabcf9ffa5117fa74832565d | |
parent | 9173e7afe40dfb8e0356655635e6a6688ad91868 (diff) | |
download | scripts-9fd14549d79dc6676da83085c6a4f64c09b80656.tar.gz scripts-9fd14549d79dc6676da83085c6a4f64c09b80656.zip |
Missing possible flags in error message of store.sh.
-rwxr-xr-x | data/store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/store.sh b/data/store.sh index 6ec4984..67d8ba9 100755 --- a/data/store.sh +++ b/data/store.sh @@ -2,7 +2,7 @@ # # Apunta datos en el archivo correspondiente de un servidor. -usageMessage='Usage: store.sh [-s SEPARATOR] [-S SERVER] -f FILE VALUE...\n' +usageMessage='Usage: store.sh [-dt] [-s SEPARATOR] [-S SERVER] -f FILE VALUE...\n' separator='#' server='taamas@taamas.xyz' |