浏览代码

Add a comment.

Joe Clarke 2 年之前
父节点
当前提交
44d355dfe0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup-meraki-nets.py

+ 1 - 0
setup-meraki-nets.py

@@ -42,6 +42,7 @@ BANNER = "[{}] **********************************************************"
 
 
 def main():
+    # Setup command line arguments.
     parser = argparse.ArgumentParser(prog=sys.argv[0], description="Add devices to network")
     parser.add_argument("--config", "-c", metavar="<CONFIG FILE>", help="Path to the organization configuration file", required=True)
     parser.add_argument("--networks", "-n", metavar="<NETWORK>[,<NETWORK>[,...]]", help="Comma-separated list of networks to process")