diff options
-rw-r--r-- | index.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,7 +125,6 @@ try { .example("twi info ponyfind", "Show info about Ponyfind")
.strictCommands()
.demandCommand(1)
- .epilog("Twilight Package Manager v" + require('./package.json').version)
.usage('Usage: twi <command> [arguments...]')
.argv;
|