aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Benatto <marco.antonio.780@gmail.com>2018-02-05 14:41:24 -0600
committerEric Sandeen <sandeen@redhat.com>2018-02-05 14:41:24 -0600
commit720eec0f83c4adce70629d5d0f217595fa4b1f31 (patch)
tree9e51b928988f5d2ac5bbd5be482274ab65f7d6d8
parent8041435de7ed028a27ecca64302945ad455c69a6 (diff)
downloadxfsprogs-dev-720eec0f83c4adce70629d5d0f217595fa4b1f31.tar.gz
xfs_mdrestore: Add -i option to built-in help
Currently we are missing -i option from usage(). This patch adds it to this biult-in help. Signed-off-by: Marco A Benatto <marco.antonio.780@gmail.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--mdrestore/xfs_mdrestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdrestore/xfs_mdrestore.c b/mdrestore/xfs_mdrestore.c
index c49c13aa54..0bb4ac8df9 100644
--- a/mdrestore/xfs_mdrestore.c
+++ b/mdrestore/xfs_mdrestore.c
@@ -194,7 +194,7 @@ perform_restore(
static void
usage(void)
{
- fprintf(stderr, "Usage: %s [-V] [-g] source target\n", progname);
+ fprintf(stderr, "Usage: %s [-V] [-g] [-i] source target\n", progname);
exit(1);
}