From fe278387e57086708944d077d287f911bf9bd231 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Fri, 18 Aug 2023 19:35:30 +0800 Subject: [PATCH] Add help for --nobuild argument --- makedeb | 1 + 1 file changed, 1 insertion(+) diff --git a/makedeb b/makedeb index c36c4b9..684c62e 100755 --- a/makedeb +++ b/makedeb @@ -438,6 +438,7 @@ function show_help { echo "$0 [OPTIONS]" echo " -Q quiet, disable log" echo " -f|--force don't check if package already exists, will" + echo " --nobuild retrieve source, update pkgver and stop" echo " override the existed package" echo " --noextract use the current srcdir to build package, skip" echo " those retrieve source steps"