diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-11-30 02:45:32 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-11-30 02:45:32 +0000 |
| commit | f8307e1233657707bc582110f07373c96d91943b (patch) | |
| tree | d0bdc8cb4f3c7f0a7a7969ee3242511ac19780bb /usr.sbin/ngctl/show.c | |
| parent | 44856387160435985b3d0972db19a60e74ca56cb (diff) | |
Notes
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 |
