Skip to content

Commit

Permalink
tools: measure-fuzz: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Jan 2, 2019
1 parent 447551a commit b11fe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/libinput-measure-fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def main(args):
)
parser.add_argument('path', metavar='/dev/input/event0',
nargs='?', type=str, help='Path to device (optional)')
parser.add_argument('--fuzz', type=int, help='Suggsted fuzz')
parser.add_argument('--fuzz', type=int, help='Suggested fuzz')
args = parser.parse_args()

try:
Expand Down

0 comments on commit b11fe3e

Please sign in to comment.