Skip to content

Commit

Permalink
#150 more info
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 3, 2023
1 parent 130ddea commit 5f80051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ program
.name('eoc')
.usage('[options] command')
.summary('EO command line toolkit')
.description('EO command-line toolkit (' + version.what + ' ' + version.when + ')')
.description('EO command-line toolkit (' + version.what + ' built on ' + version.when + ')')
.version(version.what, '-v, --version', 'Output the version number')
.helpOption('-?, --help', 'Print this help information');

Expand Down

0 comments on commit 5f80051

Please sign in to comment.