linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: Remove redundant short description from cmd_snapshot_usage
@ 2015-01-09 21:27 Martin Volf
  0 siblings, 0 replies; only message in thread
From: Martin Volf @ 2015-01-09 21:27 UTC (permalink / raw)
  To: linux-btrfs

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>
---

diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index 15d4b97..9618cae 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] <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",

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-09 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09 21:27 [PATCH] btrfs-progs: Remove redundant short description from cmd_snapshot_usage Martin Volf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).