Skip to content

Commit

Permalink
--image and --pid flags made mutually exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnedo committed Apr 15, 2017
1 parent f9c5a3b commit d7f7b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fibratus/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
Usage:
fibratus run ([--filament=<filament>] | [--filters <kevents>...])
[--pid=<pid>] [--image=<image>] [--no-enum-handles] [--cswitch]
[--pid=<pid> | --image=<image>] [--no-enum-handles] [--cswitch]
fibratus list-kevents
fibratus list-filaments
fibratus -h | --help
Expand Down

0 comments on commit d7f7b4e

Please sign in to comment.