Skip to content

Commit

Permalink
Remove missing setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel committed Aug 15, 2023
1 parent 0377696 commit 7fdd55d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/ctod/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ int main(string[] args) {
try {
foreach(i; 1..args.length) {
TranslationSettings settings;
if (args[i] == "--strip") {
settings.stripComments = true;
} else if (args[i] == "--help") {
if (args[i] == "--help") {
printHelp(args[0]);
} else {
const fname = args[i];
Expand Down

0 comments on commit 7fdd55d

Please sign in to comment.