mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 03:30:05 +01:00
tools: measure-fuzz: fix a typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
447551aafb
commit
b11fe3e91a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue