Fix smart quotes in code samples

This commit is contained in:
Michaël Hompus
2018-10-25 22:12:24 +02:00
parent b11be10946
commit fc717a791f
20 changed files with 55 additions and 55 deletions

View File

@ -88,8 +88,8 @@ The following Windows PowerShell commands demonstrate how you can call the listA
listAumids
# Get a list of AUMIDs for an account named “CustomerAccount”:
listAumids(CustomerAccount)
listAumids("CustomerAccount")
# Get a list of AUMIDs for all accounts on the device:
listAumids(allusers)
listAumids("allusers")
```