linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] xfs_mdrestore: Add -i option to built-in help
@ 2018-02-02 19:11 Marco A Benatto
  2018-02-02 19:11 ` [PATCH 2/2] xfs_mdrestore: Don't rewind source file stream Marco A Benatto
  2018-02-02 20:22 ` [PATCH 1/2] xfs_mdrestore: Add -i option to built-in help Darrick J. Wong
  0 siblings, 2 replies; 9+ messages in thread
From: Marco A Benatto @ 2018-02-02 19:11 UTC (permalink / raw)
  To: linux-xfs; +Cc: mbenatto

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>
---
 mdrestore/xfs_mdrestore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mdrestore/xfs_mdrestore.c b/mdrestore/xfs_mdrestore.c
index c49c13a..0bb4ac8 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);
 }
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-02-05 16:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-02 19:11 [PATCH 1/2] xfs_mdrestore: Add -i option to built-in help Marco A Benatto
2018-02-02 19:11 ` [PATCH 2/2] xfs_mdrestore: Don't rewind source file stream Marco A Benatto
2018-02-02 20:27   ` Darrick J. Wong
2018-02-03 13:16     ` [PATCH] " Marco A Benatto
2018-02-03 13:18       ` Marco Benatto
2018-02-03 17:32       ` Darrick J. Wong
2018-02-05 11:50         ` Marco A Benatto
2018-02-05 16:47           ` Darrick J. Wong
2018-02-02 20:22 ` [PATCH 1/2] xfs_mdrestore: Add -i option to built-in help Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).