Skip to content

Commit

Permalink
tools: measure-fuzz: slightly expand the help
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 b11fe3e commit 29e83bc
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 @@ -431,7 +431,7 @@ def write_udev_rule(device, fuzz):

def main(args):
parser = argparse.ArgumentParser(
description='Print fuzz settings'
description='Print fuzz settings and/or suggest udev rules for the fuzz to be adjusted.'
)
parser.add_argument('path', metavar='/dev/input/event0',
nargs='?', type=str, help='Path to device (optional)')
Expand Down

0 comments on commit 29e83bc

Please sign in to comment.