diff options
Diffstat (limited to 'usr.sbin/ngctl/show.c')
| -rw-r--r-- | usr.sbin/ngctl/show.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/show.c b/usr.sbin/ngctl/show.c index 7cfdd4878c26..da51361a6ee7 100644 --- a/usr.sbin/ngctl/show.c +++ b/usr.sbin/ngctl/show.c @@ -49,7 +49,8 @@ const struct ngcmd show_cmd = { ShowCmd, "show [-n] <path>", "Show information about the node at <path>", - "If the -n flag is given, hooks are not listed." + "If the -n flag is given, hooks are not listed.", + { "inquire", "info" } }; static int |
