mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
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:
parent
c24f14c6a4
commit
8bc13b39aa
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user