Skip to content

Commit

Permalink
Readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Jul 20, 2016
1 parent be6d895 commit ddc0b16
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,18 @@ You can choose some options to run command-line and Windows services:

####Usage:
* Command-line
```shell
TaskManager.exe -e Console -s Memory
``

```shell
TaskManager.exe -e Console -s Memory
TaskManager.exe -e Windows -s PerformanceCounter
```

* Windows service

You can define parameters on Services Management Console (services.msc), in the properties of your service there is a textbox called "Start parameters":

```shell
-e Console -s Memory
```
```shell
-e Windows -s PerformanceCounter
```

Expand Down

0 comments on commit ddc0b16

Please sign in to comment.