Skip to content

Commit

Permalink
fix: remove extra "wfmash" line from help output
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Nov 1, 2024
1 parent 904cd04 commit 9d314ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/parse_args.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void parse_args(int argc,
align::Parameters& align_parameters,
yeet::Parameters& yeet_parameters) {

args::ArgumentParser parser("wfmash");
args::ArgumentParser parser("");
parser.helpParams.width = 100;
parser.helpParams.showTerminator = false;
parser.helpParams.progindent = 0;
Expand Down

0 comments on commit 9d314ec

Please sign in to comment.