diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 00:43:21 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 14:19:28 +1000 |
commit | 3e19cd366add23390ce4d0c9531b2c07e009a217 (patch) | |
tree | b629692f0b308c6780de8eed2723a8222889a0fc /doc | |
parent | ab07dfdeb9b4ecc443aa25f40fa530a730f65cde (diff) | |
download | pacman-3e19cd366add23390ce4d0c9531b2c07e009a217.tar.xz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pkgdelta.8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pkgdelta.8.txt b/doc/pkgdelta.8.txt index 991d58e2..49b3460b 100644 --- a/doc/pkgdelta.8.txt +++ b/doc/pkgdelta.8.txt @@ -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. |