Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tar_git
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ get_config_options () {
}

usage () {
echo 'Usage: $SERVICE --url $URL --outdir $OUT [--branch $BRANCH] [--revision $REVISION] [--token $TOKEN] [--debian Y|N]'
echo 'Usage: $SERVICE --url $URL --outdir $OUT [--branch $BRANCH] [--revision $REVISION] [--token $TOKEN] [--debian Y|N] [--fileserver $BASEURL] [--dumb Y|N] [--use-spec-version Y|N]'
echo ' --url url of git repo to clone from. Can be remote http[s]/SSH or local dir'
echo ' --outdir path to output directory'
echo ' --branch name of branch to use. If not specified default branch (or currently checked out one) will be used'
Expand Down