Skip to content

Commit

Permalink
config_update
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 committed Jul 20, 2024
1 parent 35ee117 commit daab242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dt/doc_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import glob

import ruamel.yaml
from src import bme
from src.bme import Barracuda

line_number = False
verbose = False
Expand Down
2 changes: 1 addition & 1 deletion src/xlsx/net/mapping_python/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def printDataTree(vlansDict,contextsDict):
# Process arguments from the user
parser = argparse.ArgumentParser(
description = 'A python script that visually maps network configurations automatically.',
epilog = 'example: python NetworkMap.py -c fwsm_contexts.txt -s fwsm_contexts.txt -f switch_config.txt -v switch_vlans.txt')
epilog = 'example: python NetworkMap.py -c fwsm_contexts.txt -s fwsm_contexts.txt -f config.txt -v vlans.txt')
requiredNamed = parser.add_argument_group('required arguments')
requiredNamed.add_argument("-c", "--contexts", nargs="+", help="Name of the FWSM contexts file", required=True)
requiredNamed.add_argument("-f", "--config", nargs="+", help="Name of the distribution switch config file", required=True)
Expand Down

0 comments on commit daab242

Please sign in to comment.