From 8efbd11e4ea6097d23a19f88650f2078d25d624e Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 15 May 2026 17:30:19 +0200 Subject: [PATCH] [tar_git] Add all parameters to "usage" output --- tar_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar_git b/tar_git index b7556aa..73e7e17 100755 --- a/tar_git +++ b/tar_git @@ -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'