]> andersk Git - moira.git/commitdiff
machine -> query should ask for 4 arguments, not 3.
authordanw <danw>
Thu, 12 Jun 1997 21:04:50 +0000 (21:04 +0000)
committerdanw <danw>
Thu, 12 Jun 1997 21:04:50 +0000 (21:04 +0000)
(fixes a bug with an uninitialized variable and makes the command more
flavorful)

clients/moira/menus.c

index 211e71368f323dca54a4ba97dcbda71f65cb4ec6..22e0587e07e396e87c058068d152979bc5317dcd 100644 (file)
@@ -440,12 +440,12 @@ Menu machine_menu = {
       {"show","Get machine information"},
       {"name","Machine's Name: "}
     } },
-    { ShowMachineQuery, NULLMENU, 4, {
+    { ShowMachineQuery, NULLMENU, 5, {
        {"query", "Lookup machines"},
        {"name", "Machine Name (or leave empty to match any): "},
        {"address", "Address in dotted notation (or leave empty to match any): "},
        {"location", "Location (or leave empty to match any): "},
-       {"contact", "Contact person (or leave empty to match any): "}
+       {"network", "Network (or leave empty to match any): "}
     } },
     { AddMachine, NULLMENU, 2, {
       {"add","Add a new machine"},
This page took 0.038357 seconds and 5 git commands to generate.