From 71f5221e9978730658120d40c446033ad928cc2a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 10 Nov 2017 00:00:33 -0200 Subject: Use BASENAME on usage --- templater | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templater') 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 "" -- cgit v1.2.3