public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH (trivial)] xfs_db: remove "-f" option from freesp usage()
@ 2009-07-29 14:27 Eric Sandeen
  2009-07-30 15:25 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2009-07-29 14:27 UTC (permalink / raw)
  To: xfs-oss

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 <sandeen@sandeen.net>
---

diff --git a/db/freesp.c b/db/freesp.c
index 51ce810..e1902c6 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;
 }


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-30 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 14:27 [PATCH (trivial)] xfs_db: remove "-f" option from freesp usage() Eric Sandeen
2009-07-30 15:25 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox