]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
the freesp doesn't support "-f" so take it out of the usage().
authorEric Sandeen <sandeen@sandeen.net>
Thu, 30 Jul 2009 15:40:44 +0000 (10:40 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 30 Jul 2009 15:40:44 +0000 (10:40 -0500)
The manpage is fine; usage() is the only reference to "-f"

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/freesp.c

index 51ce8103fabec78b222d0b4ca0b9a65c8e9817a4..e1902c6ac1f3d17a5a993c99c9e5c21ce5c4f52f 100644 (file)
@@ -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;
 }