aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-07-29 02:53:18 +0000
committerWarner Losh <imp@FreeBSD.org>2021-07-29 02:54:14 +0000
commit6b51baf6a8de7241a4e1b0c8436d70299cd55270 (patch)
tree9a164f51ad64548016dc7f8359843f147b98fbd7
parentaefe0a8c32d370f2fdd0d0771eb59f8845beda17 (diff)
downloadsrc-6b51baf6a8de7241a4e1b0c8436d70299cd55270.tar.gz
src-6b51baf6a8de7241a4e1b0c8436d70299cd55270.zip
cli.lua.8: make the command match the code
It's disable-device, not device-disable Spotted by: jrtc27 Sponsored by: Netflix
-rw-r--r--stand/lua/cli.lua.84
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/lua/cli.lua.8 b/stand/lua/cli.lua.8
index fe1cd0450557..2d6df3fd4e6b 100644
--- a/stand/lua/cli.lua.8
+++ b/stand/lua/cli.lua.8
@@ -91,7 +91,7 @@ module provides the following default commands:
.It
.Ic reload-conf
.It
-.Ic device-disable
+.Ic disable-device
.It
.Ic disable-module
.It
@@ -135,7 +135,7 @@ command will dump the list of modules that loader has been made aware of and
any applicable options using paged output.
.Pp
The
-.Ic device-disable
+.Ic disable-device
command sets the environment variable that disables the device argument.
.Ss Exported Functions
The following functions are exported from