Displaying 1 result from an estimated 1 matches for "0abc1ca".
Did you mean:
0ab7c1cd
2008 Mar 11
0
[PATCH] Improve --help descriptions of --*-dels options.
- --backup-dir-dels uses DIR, not the "current directory".
- State the --suffix-dels default correctly.
---
?More work on backup-dir-dels...
options.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/options.c b/options.c
index ed21704..0abc1ca 100644
--- a/options.c
+++ b/options.c
@@ -330,8 +330,8 @@ void usage(enum logcode F)
rprintf(F," -b, --backup make backups (see --suffix & --backup-dir)\n");
rprintf(F," --backup-dir=DIR make backups into hierarchy based in DIR\n");
rprint...