]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/ipmonitor.c
ipmonitor: Mention "nexthop" object in help and man page
[mirror_iproute2.git] / ip / ipmonitor.c
index 685be52cfe64c527840f23a663db08afa9debb97..99f5fda8ba1f685330247662f2685bfb34b6598f 100644 (file)
@@ -32,7 +32,7 @@ static void usage(void)
        fprintf(stderr,
                "Usage: ip monitor [ all | LISTofOBJECTS ] [ FILE ] [ label ] [all-nsid] [dev DEVICE]\n"
                "LISTofOBJECTS := link | address | route | mroute | prefix |\n"
-               "                neigh | netconf | rule | nsid\n"
+               "                neigh | netconf | rule | nsid | nexthop\n"
                "FILE := file FILENAME\n");
        exit(-1);
 }