From 3b7a87d7955a56f4447cc0473f543c6050cba877 Mon Sep 17 00:00:00 2001 From: Martin Volf Date: Fri, 9 Jan 2015 22:27:21 +0100 Subject: 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 Signed-off-by: David Sterba --- cmds-subvolume.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmds-subvolume.c b/cmds-subvolume.c index 15d4b975..9618caeb 100644 --- a/cmds-subvolume.c +++ b/cmds-subvolume.c @@ -565,7 +565,6 @@ out: } static const char * const cmd_snapshot_usage[] = { - "btrfs subvolume snapshot [-r] |[/]", "btrfs subvolume snapshot [-r] [-i ] |[/]", "Create a snapshot of the subvolume", "Create a writable/readonly snapshot of the subvolume with", -- cgit v1.2.3