diff options
-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 "" |