Skip to content

Commit

Permalink
Merge pull request #3685 from masatake/misc-fix
Browse files Browse the repository at this point in the history
Misc fix
  • Loading branch information
masatake committed Apr 2, 2023
2 parents 1231ebe + 53bd87f commit 406b814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/lregex.c
Original file line number Diff line number Diff line change
Expand Up @@ -4283,7 +4283,7 @@ static struct optscriptOperatorRegistration lropOperators [] = {
.fn = lrop_extraenabled,
.arity = 1,
.help_str = "extra:name _extraenabled bool%"
"language.extra _extraenabled bool",
"lang.extra:name _extraenabled bool",
},
{
.name = "_markextra",
Expand Down
2 changes: 1 addition & 1 deletion main/options_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ typedef struct sOptionValues {
char* filterTerminator; /* --filter-terminator string to output */
tagRelative tagRelative; /* --tag-relative file paths relative to tag file */
int printTotals; /* --totals print cumulative statistics */
bool lineDirectives; /* --linedirectives process #line directives */
bool lineDirectives; /* --line-directives process #line directives */
bool printLanguage; /* --print-language */
bool guessLanguageEagerly; /* --guess-language-eagerly|-G */
bool quiet; /* --quiet */
Expand Down

0 comments on commit 406b814

Please sign in to comment.