Andreas Fischer
2013-Jan-21 19:19 UTC
[PATCH 1/1] Btrfs-progs: Fix typo in balance start usage; filetrs -> filters.
From: Andreas Fischer <info@andreasfischer.net> Fix typo in "btrfs balance start" usage documentation: ''filetrs'' should have been ''filters''. Signed-off-by: Andreas Fischer <info@andreasfischer.net> --- cmds-balance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-balance.c b/cmds-balance.c index 38a7426..dfa0dfe 100644 --- a/cmds-balance.c +++ b/cmds-balance.c @@ -349,7 +349,7 @@ static const char * const cmd_balance_start_usage[] = { "", "-d[filters] act on data chunks", "-m[filters] act on metadata chunks", - "-s[filetrs] act on system chunks (only under -f)", + "-s[filters] act on system chunks (only under -f)", "-v be verbose", "-f force reducing of metadata integrity", NULL -- 1.7.10.4 -- 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