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 <dsterba@suse.com>
This commit is contained in:
David Sterba 2022-10-26 10:02:16 +02:00
parent c24f14c6a4
commit 8bc13b39aa

View File

@ -1502,7 +1502,7 @@ out:
static DEFINE_SIMPLE_COMMAND(subvolume_show, "show");
static const char * const cmd_subvolume_sync_usage[] = {
"btrfs subvolume sync <path> [<subvol-id>...]",
"btrfs subvolume sync <path> [<subvolid>...]",
"Wait until given subvolume(s) are completely removed from the filesystem.",
"Wait until given subvolume(s) are completely removed from the filesystem",
"after deletion.",