diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-03-02 16:27:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-03-02 16:27:41 -0300 |
commit | 9e7789fb176cee1d836ebf8fb8fdf001dce58a27 (patch) | |
tree | e1be7c98bfdd2c19f68e76800498613f503a5d60 | |
parent | ede05d059412b04eeed1ac989decee9b190cb30a (diff) | |
download | templater-9e7789fb176cee1d836ebf8fb8fdf001dce58a27.tar.gz templater-9e7789fb176cee1d836ebf8fb8fdf001dce58a27.tar.bz2 |
Updates usage
-rwxr-xr-x | templater | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ source $SHARE/templater/functions || exit 1 if [ -z "$PROJECT" ]; then echo "$BASENAME: create a new project folder and/or setup helper utilities" echo "" - echo "usage: $BASENAME <path> [<module1> ... <moduleN>]" + echo "usage: $BASENAME <path> [<module1> ... <moduleN>] [--diff]" echo "" echo "examples": echo "" |