Skip to content

Commit

Permalink
Adding extra backslash so it renders correctly
Browse files Browse the repository at this point in the history
 On Read-the-Docs and Github, this is rendering as DOMAINServiceAccount with no backslash.
  • Loading branch information
i-e-b authored and phatboyg committed Sep 19, 2018
1 parent dc5ef02 commit fe4389d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/overview/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ Examples

**Basic Service Installation**

MyService.exe install -username:DOMAIN\ServiceAccount -password:itsASecret -servicename:AwesomeService --autostart
MyService.exe install -username:DOMAIN\\ServiceAccount -password:itsASecret -servicename:AwesomeService --autostart

**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 fe4389d

Please sign in to comment.