From: Eric Sandeen Date: Thu, 30 Jul 2009 15:40:44 +0000 (-0500) Subject: the freesp doesn't support "-f" so take it out of the usage(). X-Git-Tag: v3.0.3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fe93c03b9bc61a584ee83611959d7751c16d6a4;p=thirdparty%2Fxfsprogs-dev.git the freesp doesn't support "-f" so take it out of the usage(). The manpage is fine; usage() is the only reference to "-f" Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- diff --git a/db/freesp.c b/db/freesp.c index 51ce8103f..e1902c6ac 100644 --- a/db/freesp.c +++ b/db/freesp.c @@ -196,7 +196,7 @@ init( static int usage(void) { - dbprintf(_("freesp arguments: [-bcdfs] [-a agno] [-e binsize] [-h h1]... " + dbprintf(_("freesp arguments: [-bcds] [-a agno] [-e binsize] [-h h1]... " "[-m binmult]\n")); return 0; }