diff options
Diffstat (limited to 'usr.sbin/ngctl/list.c')
| -rw-r--r-- | usr.sbin/ngctl/list.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/list.c b/usr.sbin/ngctl/list.c index d7630613f2ad..aeb74fb057ce 100644 --- a/usr.sbin/ngctl/list.c +++ b/usr.sbin/ngctl/list.c @@ -47,7 +47,8 @@ const struct ngcmd list_cmd = { "Show information about all nodes", "The list command shows information every node that currently" " exists in the netgraph system. The optional -n argument limits" - " this list to only those nodes with a global name assignment." + " this list to only those nodes with a global name assignment.", + { "ls" } }; static int |
