fix an error always displaying usage - notes - a console notes manager using git | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 8dfecc9b710ba67a890e72a76f8059caada20c90 | |
parent e0adbfe420ce5855d447bdf2b80d5a7ad9676c95 | |
Author: Solene Rapenne <[email protected]> | |
Date: Sat, 14 Jul 2018 11:37:42 +0200 | |
fix an error always displaying usage | |
Diffstat: | |
M notes | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/notes b/notes | |
@@ -129,7 +129,6 @@ then | |
fi | |
case "$1" in | |
- '') display ;; | |
"ls") display ;; | |
"i*") initialization ;; | |
"la*") last ;; |