summaryrefslogtreecommitdiff
path: root/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-10-22 21:19:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-10-22 21:19:25 +0000
commit9c98db397f2b5bac69b519e20e33b4a446e4b5e2 (patch)
tree6cc375b19aa54aa43e49f3fef9d30419f4329ff0 /abuild
parentad1484bf0c92be6d4cfb70c854c8deece05ffcd1 (diff)
downloadabuild-9c98db397f2b5bac69b519e20e33b4a446e4b5e2.tar.gz
abuild-9c98db397f2b5bac69b519e20e33b4a446e4b5e2.tar.bz2
abuild-9c98db397f2b5bac69b519e20e33b4a446e4b5e2.tar.xz
abuild-9c98db397f2b5bac69b519e20e33b4a446e4b5e2.zip
added help for up2date
Diffstat (limited to 'abuild')
-rwxr-xr-xabuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/abuild b/abuild
index fc08937..5bc6334 100755
--- a/abuild
+++ b/abuild
@@ -281,6 +281,7 @@ usage() {
echo " cleanpkg Remove already built binary and source package"
echo " cleancache Remove downloaded files from \$SRCDEST"
echo " srcpkg Make a source package"
+ echo " up2date Compare target and sources dates"
echo ""
exit 0
}