Updated Bluecat argument because I keep forgetting it
This commit is contained in:
parent
872191515b
commit
fb77c03ed7
@ -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'] :
|
||||
|
Loading…
Reference in New Issue
Block a user