From 5f80051ba2b64789ea54407cdd8227c400433c12 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sat, 3 Jun 2023 12:33:44 +0800 Subject: [PATCH] #150 more info --- src/eoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eoc.js b/src/eoc.js index abbd544..87a58bd 100755 --- a/src/eoc.js +++ b/src/eoc.js @@ -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');