Fix help string
This commit is contained in:
parent
c6790e7e94
commit
9faf865850
@ -26,7 +26,7 @@ Cyan='\033[0;36m' # Cyan
|
|||||||
|
|
||||||
# print a help message
|
# print a help message
|
||||||
function print_usage() {
|
function print_usage() {
|
||||||
echo "Usage: zfs-inplace-rebalancing -checksum true -passes 1 /my/pool"
|
echo "Usage: zfs-inplace-rebalancing --checksum true --passes 1 /my/pool"
|
||||||
}
|
}
|
||||||
|
|
||||||
# print a given text entirely in a given color
|
# print a given text entirely in a given color
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user