Abolish 'D' abbrevation for 'debug'.

This commit is contained in:
Philip.Hazel 2014-08-07 16:57:28 +00:00
parent f40fba5dc8
commit 896e6051ab
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.TH PCRE2TEST 1 "03 August 2014" "PCRE 10.00"
.TH PCRE2TEST 1 "07 August 2014" "PCRE 10.00"
.SH NAME
pcre2test - a program for testing Perl-compatible regular expressions.
.SH SYNOPSIS
@ -434,7 +434,7 @@ about the pattern:
.sp
bsr=[anycrlf|unicode] specify \eR handling
/B bincode show binary code without lengths
/D debug same as info,fullbincode
debug same as info,fullbincode
flipbytes flip endianness
fullbincode show binary code with lengths
/I info show info about compiled pattern
@ -1233,6 +1233,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
Last updated: 03 August 2014
Last updated: 07 August 2014
Copyright (c) 1997-2014 University of Cambridge.
.fi

View File

@ -513,7 +513,6 @@ typedef struct c1modstruct {
static c1modstruct c1modlist[] = {
{ "bincode", 'B', -1 },
{ "debug", 'D', -1 },
{ "info", 'I', -1 },
{ "global", 'g', -1 },
{ "caseless", 'i', -1 },