mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
Simplify usage help string
This commit is contained in:
parent
d520918071
commit
980e55afd3
@ -61,7 +61,7 @@ getOptionHelp = (option, maxLength) ->
|
||||
return result
|
||||
|
||||
exports.general = ->
|
||||
console.log("Usage: #{process.argv[0]} [COMMAND] [OPTIONS]\n")
|
||||
console.log("Usage: resin [COMMAND] [OPTIONS]\n")
|
||||
console.log('Commands:\n')
|
||||
|
||||
for command in capitano.state.commands
|
||||
|
Loading…
Reference in New Issue
Block a user