mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 09:51:58 +00:00
Improve resin update help section
This commit is contained in:
parent
cefa9d1e31
commit
9c7b36e1d8
@ -12,7 +12,7 @@
|
|||||||
exports.update = {
|
exports.update = {
|
||||||
signature: 'update',
|
signature: 'update',
|
||||||
description: 'update the resin cli',
|
description: 'update the resin cli',
|
||||||
help: 'Use this command to update the Resin CLI\n\nThis command outputs information about the update process.\nUse `--quiet` to remove that output.\n\nExamples:\n\n $ resin update',
|
help: 'Use this command to update the Resin CLI\n\nThis command outputs information about the update process.\nUse `--quiet` to remove that output.\n\nThe Resin CLI checks for updates once per day.\n\nMajor updates require a manual update with this update command,\nwhile minor updates are applied automatically.\n\nExamples:\n\n $ resin update',
|
||||||
action: function(params, options, done) {
|
action: function(params, options, done) {
|
||||||
return async.waterfall([
|
return async.waterfall([
|
||||||
function(callback) {
|
function(callback) {
|
||||||
|
@ -5,6 +5,11 @@ Use this command to update the Resin CLI
|
|||||||
This command outputs information about the update process.
|
This command outputs information about the update process.
|
||||||
Use `--quiet` to remove that output.
|
Use `--quiet` to remove that output.
|
||||||
|
|
||||||
|
The Resin CLI checks for updates once per day.
|
||||||
|
|
||||||
|
Major updates require a manual update with this update command,
|
||||||
|
while minor updates are applied automatically.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ resin update
|
$ resin update
|
||||||
|
@ -12,6 +12,11 @@ exports.update =
|
|||||||
This command outputs information about the update process.
|
This command outputs information about the update process.
|
||||||
Use `--quiet` to remove that output.
|
Use `--quiet` to remove that output.
|
||||||
|
|
||||||
|
The Resin CLI checks for updates once per day.
|
||||||
|
|
||||||
|
Major updates require a manual update with this update command,
|
||||||
|
while minor updates are applied automatically.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ resin update
|
$ resin update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user