diff options
author | ache <ache@FreeBSD.org> | 1998-01-21 15:15:39 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-21 15:15:39 +0000 |
commit | cbe4653fb05c8c63a8101ae69a5e2c0d68f8450b (patch) | |
tree | 423f2356721db5f3d8a89ce8bb6386468c3b2cbf /gnu | |
parent | 3fb81ed5718b659bd829412a356a7bd24086ecd3 (diff) | |
download | FreeBSD-src-cbe4653fb05c8c63a8101ae69a5e2c0d68f8450b.zip FreeBSD-src-cbe4653fb05c8c63a8101ae69a5e2c0d68f8450b.tar.gz |
Update usage line with new option
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/patch/patch.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c index d572b28..c3acfc7 100644 --- a/gnu/usr.bin/patch/patch.c +++ b/gnu/usr.bin/patch/patch.c @@ -1,5 +1,5 @@ char rcsid[] = - "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.11 1998/01/21 14:37:22 ache Exp $"; + "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.12 1998/01/21 15:10:13 ache Exp $"; /* patch - a program to apply diffs to original files * @@ -9,6 +9,10 @@ char rcsid[] = * money off of it, or pretend that you wrote it. * * $Log: patch.c,v $ + * Revision 1.12 1998/01/21 15:10:13 ache + * Add -I or --index-first option to take Index: precedence over context diff, + * as it was in hacked FreeBSD version + * * Revision 1.11 1998/01/21 14:37:22 ache * Resurrect patch 2.1 without FreeBSD Index: hack * @@ -649,7 +653,7 @@ Options:\n\ fprintf(stderr, "\ [--strip[=strip-count]] [--normal] [--reject-file=rej-name] [--skip]\n\ [--remove-empty-files] [--quiet] [--silent] [--unified] [--version]\n\ - [--version-control={numbered,existing,simple}]\n"); + [--version-control={numbered,existing,simple}] [--index-first]\n"); my_exit(1); } } |