From f41fd737a931c4d421c94322ef05e0afe8079d59 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 27 Jan 2005 10:29:35 +0000 Subject: - Fix a syntax error. --- lib/backup-files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit