diff --git a/doc/cli.markdown b/doc/cli.markdown index 38ce19a2..eea84411 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -988,7 +988,7 @@ increase verbosity #### --host, -s -access host OS (for devices with balenaOS >= 2.7.5) +access host OS (for devices with balenaOS >= 2.0.0+rev1) #### --noproxy diff --git a/lib/actions/command-options.ts b/lib/actions/command-options.ts index 7f587301..7385021e 100644 --- a/lib/actions/command-options.ts +++ b/lib/actions/command-options.ts @@ -142,6 +142,6 @@ export const advancedConfig = { export const hostOSAccess = { signature: 'host', boolean: true, - description: 'access host OS (for devices with balenaOS >= 2.7.5)', + description: 'access host OS (for devices with balenaOS >= 2.0.0+rev1)', alias: 's', };