]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs_mdrestore: Add -i option to built-in help
authorMarco Benatto <marco.antonio.780@gmail.com>
Mon, 5 Feb 2018 20:41:24 +0000 (14:41 -0600)
committerEric Sandeen <sandeen@redhat.com>
Mon, 5 Feb 2018 20:41:24 +0000 (14:41 -0600)
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>
mdrestore/xfs_mdrestore.c

index c49c13aa54c670853ea22800dfbe48656a71b6d0..0bb4ac8df96a46c7711107a6c91d1e369d5b87a8 100644 (file)
@@ -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);
 }