Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: fixed platform/arch to match real output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 22, 2018
1 parent 2fd668c commit 415dd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/readme.ts
Expand Up @@ -88,7 +88,7 @@ The readme must have any of the following tags inside of it for it to be replace
$ ${config.bin} COMMAND
running command...
$ ${config.bin} (-v|--version|version)
${config.name}/${config.version} (${process.platform}-${process.arch}) node-v${process.versions.node}
${config.name}/${config.version} ${process.platform}-${process.arch} node-v${process.versions.node}
$ ${config.bin} --help [COMMAND]
USAGE
$ ${config.bin} COMMAND
Expand Down

0 comments on commit 415dd77

Please sign in to comment.