File: 03_diffoptstypo.dpatch

package info (click to toggle)
cvsps 2.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 340 kB
  • ctags: 404
  • sloc: ansic: 4,687; sh: 165; makefile: 78
file content (19 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_diffoptstypo.dpatch by  <crafterm@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Diff opts typo fix

@DPATCH@

--- cvsps-2.1-orig/cvsps.1	2005-05-26 05:39:40.000000000 +0200
+++ cvsps-2.1/cvsps.1	2005-07-28 15:17:48.885112048 +0200
@@ -83,7 +83,7 @@
 disable the use of rlog internally.  Note: rlog is
 required for stable PatchSet numbering.  Use with care.
 .TP
-.B \-\-diffs\-opts <option string>
+.B \-\-diff\-opts <option string>
 send a custom set of options to diff, for example to increase
 the number of context lines, or change the diff format.
 .TP