Add description of tags in help text
This commit is contained in:
parent
41fa031306
commit
a7f9095f3c
6
bare.sh
6
bare.sh
|
@ -30,10 +30,10 @@ function log() {
|
||||||
|
|
||||||
function usage-repo() {
|
function usage-repo() {
|
||||||
echo "Should be of this format:"
|
echo "Should be of this format:"
|
||||||
echo " reponame1:/path/to/files1/"
|
echo " reponame1:/path/to/files1/:tag1,tag2,...,tagX"
|
||||||
echo " reponame2:/path/to/files2/"
|
echo " reponame2:/path/to/files2/:tag1,tag2,...,tagX"
|
||||||
echo " ..."
|
echo " ..."
|
||||||
echo " reponameX:/path/to/filesX/"
|
echo " reponameX:/path/to/filesX/:tag1,tag2,...,tagX"
|
||||||
}
|
}
|
||||||
function usage-rc() {
|
function usage-rc() {
|
||||||
echo "Should be of this format:"
|
echo "Should be of this format:"
|
||||||
|
|
Loading…
Reference in New Issue