[pacman-dev] [PATCH 4/4] pkgdelta(8): Fix broken example of --min-pkg-size with human-readable values
Jason St. John
jstjohn at purdue.edu
Thu Aug 7 00:43:21 EDT 2014
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 at purdue.edu>
---
doc/pkgdelta.8.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/pkgdelta.8.txt b/doc/pkgdelta.8.txt
index 991d58e..49b3460 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.
--
2.0.4
More information about the pacman-dev
mailing list