Add 'Examples' section to usage
This commit is contained in:
parent
687afc693a
commit
928d6b42f3
1 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,8 @@ case $1 in
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf "General\n"
|
printf "General\n"
|
||||||
printf " [n]ew Create a new project from a specified skeleton\n"
|
printf " [n]ew Create a new project from a specified skeleton\n"
|
||||||
printf " [l]ist List available skeletons\n"
|
printf " [l]ist List available skeletons\n\n"
|
||||||
|
printf "Examples\n"
|
||||||
|
printf " user@localhost$ webskel new myapp dolphins7\n"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue