mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-17 16:26:31 +00:00
style(CLI): add [options]
to usage string
This commit is contained in:
parent
532e732b46
commit
eabc9991e9
@ -37,7 +37,7 @@ module.exports = yargs
|
|||||||
.demand(1, 'Missing image')
|
.demand(1, 'Missing image')
|
||||||
|
|
||||||
// Usage help
|
// Usage help
|
||||||
.usage('Usage: $0 <image>')
|
.usage('Usage: $0 [options] <image>')
|
||||||
.epilogue([
|
.epilogue([
|
||||||
'Exit codes:',
|
'Exit codes:',
|
||||||
_.map(EXIT_CODES, (value, key) => {
|
_.map(EXIT_CODES, (value, key) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user