Skip to content

Commit 208cc7a

Browse files
authored
Update README.md
1 parent 925a9bd commit 208cc7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ Here are a few ideas. (Care to add to this list in the discussions?)
2727
- Enter `clarinet` on a line by itself. The application will prompt for all necessary information.
2828
- If a single `.clar` file is found in the same directory, CLARiNET will automatically select that file for processing.
2929
- Run `clarinet --help` to view the available options.
30-
- Run `clarinet -e` to view the list of Workday environments and the associated numbers.
30+
- Run `clarinet -w` to view the list of Workday environments and the associated numbers.
3131

3232
### Run CLARiNET from the command line using positional parameters:
3333

3434
* %1 CLAR File<br/>
3535
* %2 Cloud Collection Name<br/>
36-
* %3 Workday Environment Number (run `clarinet -e` to see the list of numbers)<br/>
36+
* %3 Workday Environment Number (run `clarinet -w` to see the list of numbers)<br/>
3737
* %4 Tenant<br/>
3838
* %5 Username<br/>
39-
* %6 Password<br/>
39+
* %6 Encrypted Password (run `clarinet -e` to encrypt a password) <br/>
4040

41-
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword`
41+
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername myencryptedpassword`
4242

4343
The entire list of parameters is not required. Prompts will appear for the parameters that are not included. These are all valid examples:
4444

0 commit comments

Comments
 (0)