Fix help string

This commit is contained in:
Markus Ressel 2023-01-27 00:44:42 +01:00 committed by GitHub
parent c6790e7e94
commit 9faf865850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Cyan='\033[0;36m' # Cyan
# print a help message
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