From 6f0d352c8ff087e7eba827ef3381dc5330420ffb Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 28 Dec 2009 14:44:08 -0600 Subject: [PATCH] xfs_io: update bmap help text Trivial addition of missing argument help text. Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Reviewed-by: Christoph Hellwig --- io/bmap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/io/bmap.c b/io/bmap.c index f79cf8cc4..55f956efe 100644 --- a/io/bmap.c +++ b/io/bmap.c @@ -43,6 +43,9 @@ bmap_help(void) " -a -- prints the attribute fork map instead of the data fork.\n" " -d -- suppresses a DMAPI read event, offline portions shown as holes.\n" " -l -- also displays the length of each extent in 512-byte blocks.\n" +" -n -- query n extents.\n" +" -p -- obtain all unwritten extents as well (w/ -v show which are unwritten.)\n" +" -v -- Verbose information, specify ag info. Show flags legend on 2nd -v\n" " Note: the bmap for non-regular files can be obtained provided the file\n" " was opened appropriately (in particular, must be opened read-only).\n" "\n")); -- 2.47.2