mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Add -V/--version option to makepkg's usage function and man page
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
c5a4b35528
commit
91b9ea922a
@ -144,6 +144,9 @@ Options
|
||||
remote builder, or a tarball upload. Because integrity checks are verified,
|
||||
all source files of the package need to be present or downloadable.
|
||||
|
||||
*-V, \--version*::
|
||||
Display version information.
|
||||
|
||||
*\--allsource*::
|
||||
Do not actually build the package, but build a source-only tarball that
|
||||
includes all sources, including those that are normally download via
|
||||
|
@ -2497,6 +2497,7 @@ usage() {
|
||||
printf -- "$(gettext " -R, --repackage Repackage contents of the package without rebuilding")\n"
|
||||
printf -- "$(gettext " -s, --syncdeps Install missing dependencies with %s")\n" "pacman"
|
||||
printf -- "$(gettext " -S, --source Generate a source-only tarball without downloaded sources")\n"
|
||||
printf -- "$(gettext " -V, --version Show version information and exit")\n"
|
||||
printf -- "$(gettext " --allsource Generate a source-only tarball including downloaded sources")\n"
|
||||
printf -- "$(gettext " --verifysource Download source files (if needed) and perform integrity checks")\n"
|
||||
printf -- "$(gettext " --asroot Allow %s to run as root user")\n" "makepkg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user