Skip to content

Commit

Permalink
Remove colon from quoted example
Browse files Browse the repository at this point in the history
Quoted arguments do not use a colon, the example here would cause the command to fail.
  • Loading branch information
lutzee authored and phatboyg committed Sep 19, 2018
1 parent 42a1621 commit 418f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/overview/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ Examples

**Service Installation with Quoted Arguments**

MyService.exe install -username "DOMAIN\\Service Account" -password:"Its A Secret" -servicename "Awesome Service" --autostart
MyService.exe install -username "DOMAIN\\Service Account" -password "Its A Secret" -servicename "Awesome Service" --autostart


0 comments on commit 418f37f

Please sign in to comment.