summaryrefslogtreecommitdiffstats
path: root/sbin/restore/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/restore/main.c')
-rw-r--r--sbin/restore/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/restore/main.c b/sbin/restore/main.c
index 22555ad..d8825c9 100644
--- a/sbin/restore/main.c
+++ b/sbin/restore/main.c
@@ -295,11 +295,11 @@ usage()
(void)fprintf(stderr, "usage:\t%s %s\n\t%s %s\n\t%s %s\n"
"\t%s %s %s\n\t%s %s %s\n",
- "restore -i [-cdhmNuvy]", common,
- "restore -R [-cdNuvy]", common,
- "restore -r [-cdNuvy]", common,
- "restore -t [-cdhNuvy]", common, fileell,
- "restore -x [-cdhmNuvy]", common, fileell);
+ "restore -i [-dhmNuvy]", common,
+ "restore -R [-dNuvy]", common,
+ "restore -r [-dNuvy]", common,
+ "restore -t [-dhNuvy]", common, fileell,
+ "restore -x [-dhmNuvy]", common, fileell);
done(1);
}
OpenPOWER on IntegriCloud