summaryrefslogtreecommitdiff
path: root/cmds-inspect.c
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2013-07-23 10:43:21 +0800
committerDavid Sterba <dsterba@suse.cz>2013-08-09 14:32:37 +0200
commit3ca706a6ee813300b30e1603076b3e356c0deb93 (patch)
treeeee29309e11a32105a22545d7c72170c0e4d9326 /cmds-inspect.c
parent2b2201bd094dd1d8d0ab2d119f36e107591f10c1 (diff)
downloadbtrfs-progs-3ca706a6ee813300b30e1603076b3e356c0deb93.tar.gz
btrfs-progs: Update the usage strings of some cmds
Update the usage strings of some cmds to keep the them consistent with the source. Also some minor changes are done to fit the man page syntax. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'cmds-inspect.c')
-rw-r--r--cmds-inspect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds-inspect.c b/cmds-inspect.c
index 231819d..8417e66 100644
--- a/cmds-inspect.c
+++ b/cmds-inspect.c
@@ -84,6 +84,8 @@ out:
static const char * const cmd_inode_resolve_usage[] = {
"btrfs inspect-internal inode-resolve [-v] <inode> <path>",
"Get file system paths for the given inode",
+ "",
+ "-v verbose mode",
NULL
};