MAJOR changing command line args
This commit is contained in:
parent
be57278e8a
commit
2ee79060e1
12
bob
12
bob
@ -483,14 +483,10 @@ usage()
|
|||||||
echo "To remove a post, just remove it from the draft folder and republish
|
echo "To remove a post, just remove it from the draft folder and republish
|
||||||
your blog"
|
your blog"
|
||||||
echo
|
echo
|
||||||
echo "blog usage :"
|
echo "bob commands :"
|
||||||
echo " -h Display this help"
|
echo " help display this help"
|
||||||
echo " -i initiate the blog"
|
echo " init initiate the blog"
|
||||||
echo " -p publish the blog"
|
echo " publish 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)"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# while getopts ":ihpdm" opt; do
|
# while getopts ":ihpdm" opt; do
|
||||||
|
Loading…
Reference in New Issue
Block a user