Skip to content

Commit

Permalink
[options] Remove use of removed -briefoutput from refactory... (duh!)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed May 5, 2024
1 parent 0ae0ba2 commit da3e3b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/refactory.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ static char *editServInitOptions[] = {
NULL,
};

// Refactory will always use xref2 protocol and inhibit a few messages when generating/updating xrefs
// Refactory will always use xref2 protocol when generating/updating xrefs
static char *initOptionsForReferencesUpdate[] = {
"xref",
"-xrefactory-II",
"-briefoutput",
NULL,
};

Expand Down

0 comments on commit da3e3b3

Please sign in to comment.