Message ID | 1420838841-20944-1-git-send-email-martin.volf.42@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
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",
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> --- -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html