diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-18 08:42:01 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-18 08:42:01 +0000 |
commit | 9d300d72e43395e75e8688c5aaada4c80316ca5f (patch) | |
tree | d1d70199b9355b026eb8d912517591d478af578b | |
parent | 1f3f8921ec33119b794666dcf872a4955406c755 (diff) | |
download | abuild-9d300d72e43395e75e8688c5aaada4c80316ca5f.tar.gz abuild-9d300d72e43395e75e8688c5aaada4c80316ca5f.tar.bz2 abuild-9d300d72e43395e75e8688c5aaada4c80316ca5f.tar.xz abuild-9d300d72e43395e75e8688c5aaada4c80316ca5f.zip |
abuild: fix typo in snapshot help
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1816,7 +1816,7 @@ all() { # git by adding -b $branch in $giturl. $reporev will select the correct # commit, revision or tag for you. If you specify $disturl your distfile # will automatically be uploaded with rsync to the url provided. -# Base version defaults to 0 except if specified by $basever. +# Base version defaults to 0 except if specified by $verbase. snapshot() { # check if we setup vars correctly |