diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes index f75742f..9218005 100644 --- a/obs-service-tar_scm.changes +++ b/obs-service-tar_scm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 1 14:53:39 GMT 2012 - aspiers@suse.com + +- Fix usage text for submodules option + ------------------------------------------------------------------- Mon Oct 1 07:15:03 UTC 2012 - cthiel@suse.com diff --git a/tar_scm b/tar_scm index 99ef0f6..106ac35 100644 --- a/tar_scm +++ b/tar_scm @@ -98,7 +98,7 @@ parse_params () { ;; *) echo "Unknown parameter: $1" - echo 'Usage: $SERVICE --scm $SCM --url $URL [--subdir $SUBDIR] [--revision $REVISION] [--version $VERSION] [--include $INCLUDE]* [--exclude $EXCLUDE]* [--versionformat $FORMAT] [--versionprefix $PREFIX] [--filename $FILENAME] [--package-meta $META] [--disable-git-submodule] --outdir $OUT' + echo 'Usage: $SERVICE --scm $SCM --url $URL [--subdir $SUBDIR] [--revision $REVISION] [--version $VERSION] [--include $INCLUDE]* [--exclude $EXCLUDE]* [--versionformat $FORMAT] [--versionprefix $PREFIX] [--filename $FILENAME] [--package-meta $META] [--submodules disable] --outdir $OUT' exit 1 ;; esac diff --git a/tar_scm.service b/tar_scm.service index 4db275b..c096220 100644 --- a/tar_scm.service +++ b/tar_scm.service @@ -45,7 +45,7 @@ Stored history depth. Special value "full" clones/pulls full history. Only valid if SCM git is used. - Do not include git submodules. + Whether or not to include git submodules. Default is 'enable' enable disable