summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <ollieparanoid@bitmessage.ch>2019-05-17 22:38:25 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-12 12:27:14 +0000
commit7a9683a07bf350d88c5228cf1ff1f801bc063e17 (patch)
tree6dd8e3cb3e80f25a303f669dc066ac66785daa74
parent40e6e9995bfe29918fb36eb53f58afab0ab51927 (diff)
downloadabuild-7a9683a07bf350d88c5228cf1ff1f801bc063e17.tar.bz2
abuild-7a9683a07bf350d88c5228cf1ff1f801bc063e17.tar.xz
abuild usage fix: fetch does not verify sources
Replace text in usage description of fetch that claims to verify sources with a suggestion to use 'abuild fetch verify', which will actually verify them. 'abuild fetch' alone will not verify sources, as it only executes the fetch() function.
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index ce27068..61f1265 100644
--- a/abuild.in
+++ b/abuild.in
@@ -2530,7 +2530,7 @@ usage() {
cleanoldpkg Remove binary packages except current version
cleanpkg Remove already built binary and source package
deps Install packages listed in makedepends and depends
- fetch Fetch sources to \$SRCDEST and verify checksums
+ fetch Fetch sources to \$SRCDEST (consider: 'abuild fetch verify')
index Regenerate indexes in \$REPODEST
listpkg List target packages
package Install project into $pkgdir