summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-10-05 12:28:00 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-10-06 15:21:36 +0200
commit4b1cadbd87a0814a46b36b07cfe94eda7baacb28 (patch)
tree623560215e3476fb24cfc47ba9c3635ee2270332 /scripts
parent2506275c3b5ec7db8c76ef7fdb07d4f3083a3684 (diff)
downloadlvm2-4b1cadbd87a0814a46b36b07cfe94eda7baacb28.tar.gz
man: fsadm
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fsadm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fsadm.sh b/scripts/fsadm.sh
index f4ea796fd..e1aacd8ae 100755
--- a/scripts/fsadm.sh
+++ b/scripts/fsadm.sh
@@ -86,10 +86,10 @@ NL='
tool_usage() {
echo "${TOOL}: Utility to resize or check the filesystem on a device"
echo
- echo " ${TOOL} [options] check device"
+ echo " ${TOOL} [options] check <device>"
echo " - Check the filesystem on device using fsck"
echo
- echo " ${TOOL} [options] resize device [new_size[BKMGTPE]]"
+ echo " ${TOOL} [options] resize <device> [<new_size>[BKMGTPE]]"
echo " - Change the size of the filesystem on device to new_size"
echo
echo " Options:"