mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-19 17:08:36 +02:00
tools: measure-fuzz: slightly expand the help
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b11fe3e91a
commit
29e83bcf94
1 changed files with 1 additions and 1 deletions
|
|
@ -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)')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue