Skip to content

Commit

Permalink
README: Correct --regex in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer authored Apr 14, 2020
1 parent 92a26af commit 0281912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OPTIONS:
-d, --delimiter <delimiter> Delimiter for grouping [default: -]
-m, --memory-backend <memory-backend> The way the used memory is calculated. Options are: "procmaps" (cross-
platform), "rss" and "vsz" (both linux) [default: procmaps]
-r, --regex <regex> Filters container names by a regular expression [default: .*]
-r, --regex <regex> Filters container names by a regular expression
```

## Building
Expand Down

0 comments on commit 0281912

Please sign in to comment.