diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-10 00:00:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-10 00:00:33 -0200 |
commit | 71f5221e9978730658120d40c446033ad928cc2a (patch) | |
tree | 4c7eb67e065bb2915a1903ce2000ff77e0e2b7d9 | |
parent | 151e76c821d900f205db3519e44b6dc2852ccada (diff) | |
download | templater-71f5221e9978730658120d40c446033ad928cc2a.tar.gz templater-71f5221e9978730658120d40c446033ad928cc2a.tar.bz2 |
Use BASENAME on usage
-rwxr-xr-x | templater | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ if [ -z "$PROJECT" ]; then echo "" echo "examples": echo "" - echo -e "\t templater myproject git ikiwiki # adds git and ikiwiki config into myproject" - echo -e "\t templater . pelican # add pelican config into the current folder" + echo -e "\t $BASENAME myproject git ikiwiki # adds git and ikiwiki config into myproject" + echo -e "\t $BASENAME . pelican # add pelican config into the current folder" echo "" echo "available modules:" echo "" |