Merge pull request #2530 from balena-io/hraftery-patch-1

Add to description that command is device specific
This commit is contained in:
bulldozer-balena[bot] 2022-10-12 14:59:41 +00:00 committed by GitHub
commit d717352b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -2261,7 +2261,9 @@ expiry date assigned to generated provisioning api key (format: YYYY-MM-DD)
## os initialize <image>
Initialize an os image for a device with a previously
configured operating system image.
configured operating system image and flash the
an external storage drive or the device's storage
medium depending on the device type.
Note: Initializing the device may ask for administrative permissions

View File

@ -42,7 +42,9 @@ export default class OsInitializeCmd extends Command {
Initialize an os image for a device.
Initialize an os image for a device with a previously
configured operating system image.
configured operating system image and flash the
an external storage drive or the device's storage
medium depending on the device type.
${INIT_WARNING_MESSAGE}
`;