From 2ee79060e190b7e6efe0d1e2819059ff5aa1226d Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Mon, 8 Jul 2019 19:18:49 +0200 Subject: [PATCH] MAJOR changing command line args --- bob | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/bob b/bob index f11ba75..bd7af54 100755 --- a/bob +++ b/bob @@ -483,14 +483,10 @@ usage() echo "To remove a post, just remove it from the draft folder and republish your blog" echo - echo "blog usage :" - echo " -h Display this help" - echo " -i initiate the blog" - echo " -p publish the blog" - echo " -d delete the posts" - echo " -m change mode of the blog (dark or light)" - echo " -n change the name of the blog (not implemented yet)" - echo " -l change the language of the blog (not implemented yet)" + echo "bob commands :" + echo " help display this help" + echo " init initiate the blog" + echo " publish publish the blog" } # while getopts ":ihpdm" opt; do