aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-04-07 19:04:46 +0200
committerBrian Behlendorf <[email protected]>2021-04-11 11:57:56 -0700
commitecbf7c6707878fc308a9ab65b5f940926706b31e (patch)
tree489d3821b826e0d9481c3a12b8a914b5bf6caaa7
parente09318829b9499e725e53204518ac6c742cda264 (diff)
zfs_ids_to_path: the -v comes after the executable name
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Pavel Zakharov <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #11859
-rw-r--r--cmd/zfs_ids_to_path/zfs_ids_to_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs_ids_to_path/zfs_ids_to_path.c b/cmd/zfs_ids_to_path/zfs_ids_to_path.c
index 80dd5bf2d..8eea4c5b0 100644
--- a/cmd/zfs_ids_to_path/zfs_ids_to_path.c
+++ b/cmd/zfs_ids_to_path/zfs_ids_to_path.c
@@ -35,7 +35,7 @@ libzfs_handle_t *g_zfs;
static void
usage(int err)
{
- fprintf(stderr, "Usage: [-v] zfs_ids_to_path <pool> <objset id> "
+ fprintf(stderr, "Usage: zfs_ids_to_path [-v] <pool> <objset id> "
"<object id>\n");
exit(err);
}