From 8bc13b39aa1f0cecad5b8fbf401315c6f3344d54 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 26 Oct 2022 10:02:16 +0200 Subject: [PATCH] btrfs-progs: subvol: fix help text reference to subvolume The commonly used reference to subvolume id is the one without a dash. Signed-off-by: David Sterba --- cmds/subvolume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/subvolume.c b/cmds/subvolume.c index 2328db1e..6f8c70c6 100644 --- a/cmds/subvolume.c +++ b/cmds/subvolume.c @@ -1502,7 +1502,7 @@ out: static DEFINE_SIMPLE_COMMAND(subvolume_show, "show"); static const char * const cmd_subvolume_sync_usage[] = { - "btrfs subvolume sync [...]", + "btrfs subvolume sync [...]", "Wait until given subvolume(s) are completely removed from the filesystem.", "Wait until given subvolume(s) are completely removed from the filesystem", "after deletion.",