Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
core: set script name in yargs output
Browse files Browse the repository at this point in the history
  • Loading branch information
cds-amal committed Feb 13, 2023
1 parent 18cc63b commit 612b59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/lib/command-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ const displayGeneralHelp = () => {
}
});
yargs
.scriptName("truffle")
.usage(
"Truffle v" +
(bundled || core) +
Expand Down

0 comments on commit 612b59f

Please sign in to comment.