mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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')
|
||||
|
||||
// Usage help
|
||||
.usage('Usage: $0 <image>')
|
||||
.usage('Usage: $0 [options] <image>')
|
||||
.epilogue([
|
||||
'Exit codes:',
|
||||
_.map(EXIT_CODES, (value, key) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user