def getUsage(): return "Usage: %s [OPTIONS] <AGENT> <PARAMETERS>\n\ %s%s%s%s%s%s" % (sys.argv[0], main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getReadUsage())
def getUsage(): return "Usage: %s [OPTIONS] <PARAMETERS>\n\ %s%s\ TRANSLATE options:\n\ -T TRANSOPTS Set various options controlling report produced:\n\ d: print full details of the given OID\n\ a: dump the loaded MIB in a trivial form\n\ l: enable labeled OID report\n\ o: enable OID report\n\ s: enable dotted symbolic report\n\ %s\n" % (sys.argv[0], main.getUsage(), mibview.getUsage(), pdu.getReadUsage())
def getUsage(): return "Usage: %s [OPTIONS] <AGENT> <PARAMETERS>\n\ %s%s%s%s\ GETBULK options:\n\ -C BULKOPTS: set various application specific behaviours:\n\ n<NUM> set non-repeaters to <NUM>\n\ r<NUM> set max-repetitions to <NUM>\n\ c: do not check returned OIDs are increasing\n\ t: display wall-clock time to complete the request\n\ p: print the number of variables found\n\ %s%s" % (sys.argv[0], main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getReadUsage())
def getUsage(): return """Usage: %s [OPTIONS] <AGENT> <PARAMETERS> %s%s%s%s%s%s GETNEXT options: -C<NEXTOPT> set various application specific behaviours: c: do not check returned OIDs are increasing t: display wall-clock time to complete the request p: print the number of variables found """ % (sys.argv[0], main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getReadUsage())