Document 'cvs rdiff -p'.
This commit is contained in:
parent
3f55311b0b
commit
372160b738
|
@ -3405,6 +3405,11 @@ see node `Keyword substitution\(aq in the CVS manual.
|
|||
Local; don\(aqt descend subdirectories.
|
||||
.SP
|
||||
.IP "" 0
|
||||
\fB-p\fR
|
||||
.IP "" 2
|
||||
Show which C function each change is in.
|
||||
.SP
|
||||
.IP "" 0
|
||||
\fB-R\fR
|
||||
.IP "" 2
|
||||
Examine directories recursively. This option is on by default.
|
||||
|
|
|
@ -11158,6 +11158,9 @@ Process keywords according to @var{kflag}. See
|
|||
@item -l
|
||||
Local; don't descend subdirectories.
|
||||
|
||||
@item -p
|
||||
Show which C function each change is in.
|
||||
|
||||
@item -R
|
||||
Examine directories recursively. This option is on by default.
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ static int show_c_func = 0;
|
|||
|
||||
static const char *const patch_usage[] =
|
||||
{
|
||||
"Usage: %s %s [-flR] [-p] [-c|-u] [-s|-t] [-V %%d] [-k kopt]\n",
|
||||
"Usage: %s %s [-flpR] [-c|-u] [-s|-t] [-V %%d] [-k kopt]\n",
|
||||
" -r rev|-D date [-r rev2 | -D date2] modules...\n",
|
||||
"\t-f\tForce a head revision match if tag/date not found.\n",
|
||||
"\t-l\tLocal directory only, not recursive\n",
|
||||
|
|
Loading…
Reference in New Issue