From: Eric Sandeen <sandeen@sandeen.net>
To: xfs-oss <xfs@oss.sgi.com>
Subject: [PATCH (trivial)] xfs_db: remove "-f" option from freesp usage()
Date: Wed, 29 Jul 2009 09:27:54 -0500 [thread overview]
Message-ID: <4A705C6A.5010603@sandeen.net> (raw)
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
next reply other threads:[~2009-07-29 14:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 14:27 Eric Sandeen [this message]
2009-07-30 15:25 ` [PATCH (trivial)] xfs_db: remove "-f" option from freesp usage() Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A705C6A.5010603@sandeen.net \
--to=sandeen@sandeen.net \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox