diff --git a/messages/device.login.json b/messages/device.login.json index 214fbb30..cc6d2676 100644 --- a/messages/device.login.json +++ b/messages/device.login.json @@ -1,9 +1,9 @@ { "description": "authorize an org using a device code\nYou must open a browser, navigate to the verification URL, and enter the code. Log in, if not already logged in, and you’ll be prompted to allow the device to connect to the org.", "examples": [ - "sfdx auth:device:login -d -a TestOrg1", - "sfdx auth:device:login -i ", - "sfdx auth:device:login -r https://MyDomainName--SandboxName.sandbox.my.salesforce.com" + "$ sfdx auth:device:login -d -a TestOrg1", + "$ sfdx auth:device:login -i ", + "$ sfdx auth:device:login -r https://MyDomainName--SandboxName.sandbox.my.salesforce.com" ], "actionRequired": "Action Required!", "enterCode": "Enter %s user code in the verification URL %s",