Add description of tags in help text

This commit is contained in:
Rob Pearce 2019-03-20 18:21:09 +11:00
parent 41fa031306
commit a7f9095f3c
1 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@ function log() {
function usage-repo() {
echo "Should be of this format:"
echo " reponame1:/path/to/files1/"
echo " reponame2:/path/to/files2/"
echo " reponame1:/path/to/files1/:tag1,tag2,...,tagX"
echo " reponame2:/path/to/files2/:tag1,tag2,...,tagX"
echo " ..."
echo " reponameX:/path/to/filesX/"
echo " reponameX:/path/to/filesX/:tag1,tag2,...,tagX"
}
function usage-rc() {
echo "Should be of this format:"