diff options
Diffstat (limited to 'usr.sbin/ngctl/rmhook.c')
-rw-r--r-- | usr.sbin/ngctl/rmhook.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/rmhook.c b/usr.sbin/ngctl/rmhook.c index 551c06f..4af398e 100644 --- a/usr.sbin/ngctl/rmhook.c +++ b/usr.sbin/ngctl/rmhook.c @@ -47,7 +47,8 @@ const struct ngcmd rmhook_cmd = { "Disconnect hook \"hook\" of the node at \"path\"", "The rmhook command forces the node at \"path\" to break the link" " formed by its hook \"hook\", if connected." - " If \"path\" is omitted then \".\" is assumed." + " If \"path\" is omitted then \".\" is assumed.", + { "disconnect" } }; static int |