From 3f1688b3f20d3fb594bed8892f25910853c8836f Mon Sep 17 00:00:00 2001 From: "Anton D. Kachalov" Date: Fri, 29 Dec 2017 15:51:14 +0300 Subject: [PATCH] Reflect "max" param in the README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 90e87a3..2bbb598 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ Run autoreconf -fisv and then run configure script Using ===== fatresize [options] device (e.g. /dev/hda2, /dev/evms/sda3) - -s, --size SIZE Resize volume to SIZE[k|M|G|ki|Mi|Gi] bytes + -s, --size SIZE Resize volume to SIZE[k|M|G|ki|Mi|Gi] bytes or max -i, --info Show volume information -p, --progress Show progress of resizing -q, --quiet Be quiet @@ -28,7 +28,7 @@ fatresize [options] device (e.g. /dev/hda2, /dev/evms/sda3) Example: fatresize -s 2G /dev/evms/hdb2 -fatresize -q -s 3G /dev/hde6 +fatresize -q -s max /dev/hde6 fatresize -i /dev/hdg3 Size and device is required to run.