Updated Bluecat argument because I keep forgetting it

This commit is contained in:
Daniel Dayley 2019-12-30 11:04:22 -07:00
parent 872191515b
commit fb77c03ed7

View File

@ -10,7 +10,7 @@ class ServiceDelegate(ServiceBase) :
host = None
def get_arguments(cls) :
return ['-n', '--net', 'store_true', "Return network information about the subject (bluecat)"]
return ['-b', '--bluecat', 'store_true', "Return network information about the subject (bluecat)"]
def startup(self) :
for requirement in ['host','username','key'] :