| To: | xfs-oss <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH (trivial)] xfs_db: remove "-f" option from freesp usage() |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Wed, 29 Jul 2009 09:27:54 -0500 |
| User-agent: | Thunderbird 2.0.0.22 (Macintosh/20090605) |
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@xxxxxxxxxxx>
---
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;
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: BUG REPORT: XFS LOG FORWARD COMPATIBILITY PROBLEM, Eddy Zhao |
|---|---|
| Next by Date: | Re: [xfs crash] Kernel BUG at /fs/xfs/support/debug.c:57, Christian Fischer |
| Previous by Thread: | glad to write to you, 3U Pet Supply |
| Next by Thread: | Re: [PATCH (trivial)] xfs_db: remove "-f" option from freesp usage(), Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |