diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-25 22:28:39 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-06-25 23:39:28 -0500 |
commit | ab8431c92953c4562af214e5170f8ef321037108 (patch) | |
tree | d1f0fdc0556d60648ff44be0217c3c57e25cdfaf /doc | |
parent | b58489d29a1898a4bff1b5da6ca4bfb14003dbfe (diff) | |
download | pacman-ab8431c92953c4562af214e5170f8ef321037108.tar.xz |
pkgdelta: use human_to_size to parse --min-pkg-size
Update the documentation accordingly to mention that users can expect
huamn readable sizes to be acceptable.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pkgdelta.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pkgdelta.8.txt b/doc/pkgdelta.8.txt index 5913dba6..587320a6 100644 --- a/doc/pkgdelta.8.txt +++ b/doc/pkgdelta.8.txt @@ -35,7 +35,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 + 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`. *-q, \--quiet*:: Be quiet. Do not output anything but warnings and errors. |