From 9fd14549d79dc6676da83085c6a4f64c09b80656 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 12 Aug 2022 12:20:10 +0200 Subject: Missing possible flags in error message of store.sh. --- data/store.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1