From 5f3f4def8348ccade128841da4bd21f8dc9894ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 7 Apr 2021 19:04:46 +0200 Subject: [PATCH] zfs_ids_to_path: the -v comes after the executable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Reviewed-by: Pavel Zakharov Reviewed-by: Ryan Moeller Signed-off-by: Ahelenia ZiemiaƄska Closes #11859 --- cmd/zfs_ids_to_path/zfs_ids_to_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 80dd5bf2dc..8eea4c5b03 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 " + fprintf(stderr, "Usage: zfs_ids_to_path [-v] " "\n"); exit(err); }