From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/other/rmmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/rmmod.c') diff --git a/toys/other/rmmod.c b/toys/other/rmmod.c index 10c134c2..d9f0a15a 100644 --- a/toys/other/rmmod.c +++ b/toys/other/rmmod.c @@ -12,7 +12,7 @@ config RMMOD Unload the module named MODULE from the Linux kernel. -f Force unload of a module - -w Wait until the module is no longer used. + -w Wait until the module is no longer used */ -- cgit v1.2.3