14 lines
355 B
Diff
14 lines
355 B
Diff
diff --git a/uiscan.py b/uiscan.py
|
|
index f46ec5b..3e4a68c 100755
|
|
--- a/uiscan.py
|
|
+++ b/uiscan.py
|
|
@@ -23,7 +23,7 @@ except ImportError as e:
|
|
|
|
|
|
mod = module.Module(__mod__, __title__, __version__, __doc__, None, (INTERACTIVE_MODE,))
|
|
-
|
|
+mod.setUsage(module.USAGE_FLAG_NONE, extra_options=None, see_also_list = ['hp-scan'])
|
|
|
|
|
|
if __name__ == "__main__":
|