summaryrefslogtreecommitdiffstats
path: root/lib/backup-files.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-27 10:29:35 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-01-27 10:29:35 +0000
commitf41fd737a931c4d421c94322ef05e0afe8079d59 (patch)
tree200d357223130726da8f7e3cefde38896b5510c9 /lib/backup-files.c
parent2adb7a4f790b451bf3ab0efea4341aeab62f81c1 (diff)
downloadquilt-f41fd737a931c4d421c94322ef05e0afe8079d59.tar.gz
- Fix a syntax error.
Diffstat (limited to 'lib/backup-files.c')
-rw-r--r--lib/backup-files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backup-files.c b/lib/backup-files.c
index 9e6392c..de94061 100644
--- a/lib/backup-files.c
+++ b/lib/backup-files.c
@@ -66,7 +66,7 @@ usage(void)
"\t-s\tSilent operation; only print error messages\n"
"\t-L\tEnsure that when finished, the source file has a link count of 1\n"
"\t-f\tRead the filenames to process from file (- = standard input)\n"
-i "\t-t\tTouch original files after restore (update their mtimes)\n\n"
+ "\t-t\tTouch original files after restore (update their mtimes)\n\n"
"\t-L\tEnsure that when finished, the source file has a link count of 1\n\n",
progname);