fix an error always displaying usage - notes - a console notes manager using git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 8dfecc9b710ba67a890e72a76f8059caada20c90
 (DIR) parent e0adbfe420ce5855d447bdf2b80d5a7ad9676c95
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       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(-)
       ---
 (DIR) diff --git a/notes b/notes
       @@ -129,7 +129,6 @@ then
        fi
        
        case "$1" in
       -        '')    display ;;
                "ls")  display ;;
                "i*")  initialization ;;
                "la*") last ;;