From a0d61ba3e9b9ecae95ac1fd32141b3a9a4a81c26 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 6 Oct 2014 10:09:25 -0700 Subject: Fix a typo in ioctl usage message. Change-Id: I850dd9995a8ad6cb1f606cca2f57d7dbba2f40ed --- toolbox/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolbox/ioctl.c') diff --git a/toolbox/ioctl.c b/toolbox/ioctl.c index 17fabff..ab1efa8 100644 --- a/toolbox/ioctl.c +++ b/toolbox/ioctl.c @@ -45,7 +45,7 @@ int ioctl_main(int argc, char *argv[]) break; case 'h': fprintf(stderr, "%s [-l ] [-a ] [-rdh] \n" - " -l Length of io buffer\n" + " -l Length of io buffer\n" " -a Size of each argument (1-8)\n" " -r Open device in read only mode\n" " -d Direct argument (no iobuffer)\n" -- cgit v1.1