mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-23 22:53:35 +00:00
btrfs-progs: Remove redundant short description from cmd_snapshot_usage
cmd_snapshot_usage in cmds-subvolume.c contains the short description twice. Remove the first one. Signed-off-by: Martin Volf <martin.volf.42@gmail.com> Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
0173148050
commit
3b7a87d795
@ -565,7 +565,6 @@ out:
|
||||
}
|
||||
|
||||
static const char * const cmd_snapshot_usage[] = {
|
||||
"btrfs subvolume snapshot [-r] <source> <dest>|[<dest>/]<name>",
|
||||
"btrfs subvolume snapshot [-r] [-i <qgroupid>] <source> <dest>|[<dest>/]<name>",
|
||||
"Create a snapshot of the subvolume",
|
||||
"Create a writable/readonly snapshot of the subvolume <source> with",
|
||||
|
Loading…
Reference in New Issue
Block a user