Skip to content

Commit e50964b

Browse files
basti2342martinpitt
authored andcommitted
README: Fix umockdev-run call (#88)
As described in the man page two minuses indicate that argument parsing should stop there.
1 parent 3d1f7c8 commit e50964b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ devices.
261261
::
262262

263263
umockdev-run -d mouse.umockdev -i /dev/input/event3=mouse.ioctl \
264-
-e /dev/input/event3=mouse.events - evtest /dev/input/event3
264+
-e /dev/input/event3=mouse.events -- evtest /dev/input/event3
265265

266266
Press Control-C again to stop evtest.
267267

0 commit comments

Comments
 (0)