diff options
Diffstat (limited to 'data')
-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' |