zfs_ids_to_path: the -v comes after the executable name
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #11859
This commit is contained in:
parent
8bc955f546
commit
5f3f4def83
|
@ -35,7 +35,7 @@ libzfs_handle_t *g_zfs;
|
||||||
static void
|
static void
|
||||||
usage(int err)
|
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");
|
"<object id>\n");
|
||||||
exit(err);
|
exit(err);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue