mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
pkgdelta(8): Fix broken example of --min-pkg-size with human-readable values
The example for human-readable values must not contain a space between the value and the unit; otherwise, pkgdelta will not recognize the command options and will error out. In prose, however, there should be a space between the value and the unit. Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ab07dfdeb9
commit
3e19cd366a
@ -36,8 +36,8 @@ Options
|
||||
|
||||
*--min-pkg-size <size>*::
|
||||
Minimal size of the package file in bytes to be considered for delta creation.
|
||||
Default value: 1048576 bytes = 1MiB. This may be any absolute size in bytes, or
|
||||
a human readable value such as `4 MiB` or `3.5MB`.
|
||||
Default value: 1048576 bytes = 1 MiB. This may be any absolute size in bytes or
|
||||
a human-readable value such as `4MiB` or `3.5MB`.
|
||||
|
||||
*-q, \--quiet*::
|
||||
Be quiet. Do not output anything but warnings and errors.
|
||||
|
Loading…
Reference in New Issue
Block a user