Skip to content

Commit

Permalink
Reflect "max" param in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
ya-mouse authored Dec 29, 2017
1 parent 4c9b186 commit 3f1688b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 3f1688b

Please sign in to comment.