makepkg.conf.5: Add ellipsis to OPTIONS array description
We have added more options to makepkg, but adding them to the man page entry would result in line wrapping on a standard width terminal. Instead, trucate and add ellipsis to indicate more members (as described in the section below). Fixes #91 Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
22c043d4c3
commit
f74daa39e8
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ Options
|
||||||
Specify a key to use for GPG signing instead of the default key in the
|
Specify a key to use for GPG signing instead of the default key in the
|
||||||
keyring. Can be overridden with makepkg's '\--key' option.
|
keyring. Can be overridden with makepkg's '\--key' option.
|
||||||
|
|
||||||
**OPTIONS=(**!strip docs libtool staticlibs emptydirs !zipman !purge !debug**)**::
|
**OPTIONS=(**!strip docs libtool staticlibs emptydirs ...**)**::
|
||||||
This array contains options that affect default packaging. They are
|
This array contains options that affect default packaging. They are
|
||||||
equivalent to options that can be placed in the PKGBUILD; the defaults are
|
equivalent to options that can be placed in the PKGBUILD; the defaults are
|
||||||
shown here. All options should always be left in the array; to enable or
|
shown here. All options should always be left in the array; to enable or
|
||||||
|
|
Loading…
Add table
Reference in a new issue