Forráskód Böngészése

Adjusted the help message for the "ipAddress" parameterized query

Stefan Schmidt 6 éve
szülő
commit
d84dbbf88d
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      code/ID2TLib/Controller.py

+ 3 - 2
code/ID2TLib/Controller.py

@@ -147,8 +147,9 @@ class Controller:
             print("ipAddress is a parameterized selector which fetches IP addresses based on (a list of) conditions.")
             print("Conditions are of the following form: PARAMETER OPERATOR VALUE")
             print("The following parameters can be specified:")
-            print("pktsReceived | pktsSent | kbytesReceived | kbytesSent | maxPktRate | minPktRate | macAddress\n"
-                  "ttlValue | ttlCount | portDirection | portDirection | portNumber | portCount | protocolCount")
+            print("pktsReceived | pktsSent | kbytesReceived | kbytesSent | maxPktRate | minPktRate | ipClass\n"
+                  "macAddress | ttlValue | ttlCount | portDirection | portNumber | portCount | protocolCount\n"
+                  "protocolName")
             print()
             print("See 'help examples;' for usage examples.")
             print()