Skip to content

Commit

Permalink
version change & tab fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVavaldi committed Feb 7, 2024
1 parent 3103a9b commit 0442514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ static void show_usage() {
<< "\t--optimize-similar-op\t\tRemove one of the rules that performs a similar operation \"$1 ^1\" and \"^1 $1\"\n"
<< "\t--optimize-all\t\t\tAll the optimizations!\n"
<< "\t--optimize-compare COMPARE_FILE\tRemove rules from RULE_FILE found in COMPARE_FILE (like similar-op)\n"
<< "\t--optimize-debug [DEBUG_FILE]\t\tShow the modified rules in STDOUT if output file is not specified\n"
<< "\t--optimize-debug [DEBUG_FILE]\tShow the modified rules in STDOUT if output file is not specified\n"
<< "\t--optimize-slow\t\t\tDo not use memory to store data\n"
<< "\t--optimized-words\t\tLose cracks, but remove more rules. !USE_WITH_CAUTION!\n"
<< "\t--show-rule [DELIMITER]\t\t\tPrint out the rule prior to the plain. Delimiter optional (not \\0 or -). Default: \\t\n\n"
<< "Version: 1.2\n\n"
<< "\t--show-rule [DELIMITER]\t\tPrint out the rule prior to the plain. Delimiter optional (not \\0 or -). Default: \\t\n\n"
<< "Version: 1.2.1\n\n"
<< std::endl;
}

Expand Down

0 comments on commit 0442514

Please sign in to comment.