Skip to content

Commit

Permalink
Fix wildcard wording in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tvass83 committed Jun 11, 2020
1 parent 56556e7 commit 15f6e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ The tool can be used to get a system-wide overview of the WCF endpoints exposed.
![WCF objects dumped](./docs/WCF_objects.svg)

### Usage
Just pass a process name (or regex) as an argument and you'll get a similar output:
Just pass a process name (optionally containing wildcards) as an argument and you'll get a similar output:

```
>WcfDumper.exe wcfte.*
>WcfDumper.exe wcfte*
Number of matching processes: 1
Data collection started.
Expand Down

0 comments on commit 15f6e78

Please sign in to comment.