makepkg: Fix missing end of line in -D documentaiton
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
082094a1d8
commit
b2bb2e2482
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ usage() {
|
|||
printf -- "$(gettext " -c, --clean Clean up work files after build")\n"
|
||||
printf -- "$(gettext " -C, --cleanbuild Remove %s dir before building the package")\n" "\$srcdir/"
|
||||
printf -- "$(gettext " -d, --nodeps Skip all dependency checks")\n"
|
||||
printf -- "$(gettext " -D, --dir <dir> Change to directory <dir> before processing PKGBUILD
|
||||
printf -- "$(gettext " -D, --dir <dir> Change to directory <dir> before processing PKGBUILD")\n"
|
||||
printf -- "$(gettext " -e, --noextract Do not extract source files (use existing %s dir)")\n" "\$srcdir/"
|
||||
printf -- "$(gettext " -f, --force Overwrite existing package")\n"
|
||||
printf -- "$(gettext " -g, --geninteg Generate integrity checks for source files")\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue