From 3e19cd366add23390ce4d0c9531b2c07e009a217 Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Thu, 7 Aug 2014 00:43:21 -0400 Subject: 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 Signed-off-by: Allan McRae --- doc/pkgdelta.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/pkgdelta.8.txt') 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 *:: 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. -- cgit v1.2.3-54-g00ecf