am b1dd4af7: Merge "Fix a typo in ioctl usage message."
* commit 'b1dd4af7c41dc0d73f9431ec7adabc342e13434e': Fix a typo in ioctl usage message.
This commit is contained in:
commit
85cac2abd4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ int ioctl_main(int argc, char *argv[])
|
|||
break;
|
||||
case 'h':
|
||||
fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n"
|
||||
" -l <lenght> Length of io buffer\n"
|
||||
" -l <length> Length of io buffer\n"
|
||||
" -a <argsize> Size of each argument (1-8)\n"
|
||||
" -r Open device in read only mode\n"
|
||||
" -d Direct argument (no iobuffer)\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue