aboutsummaryrefslogtreecommitdiff
path: root/templater
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-10 00:00:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-10 00:00:33 -0200
commit71f5221e9978730658120d40c446033ad928cc2a (patch)
tree4c7eb67e065bb2915a1903ce2000ff77e0e2b7d9 /templater
parent151e76c821d900f205db3519e44b6dc2852ccada (diff)
downloadtemplater-71f5221e9978730658120d40c446033ad928cc2a.tar.gz
templater-71f5221e9978730658120d40c446033ad928cc2a.tar.bz2
Use BASENAME on usage
Diffstat (limited to 'templater')
-rwxr-xr-xtemplater4
1 files changed, 2 insertions, 2 deletions
diff --git a/templater b/templater
index a563115..01ef1ae 100755
--- a/templater
+++ b/templater
@@ -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 ""