Skip to content

Commit

Permalink
changed access_mode() to switchport_mode()
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmarAsad committed Oct 14, 2022
1 parent 45fe3b8 commit 7fe882b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/switchport.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def switchport():
@click.argument("type", metavar="<mode_type>", Required=True, type=click.Choice(["access", "trunk", "routed"]))
@click.argument("port", metavar="port", required=True)
@clicommon.pass_db
def access_mode(db, type, port):
def switchport_mode(db, type, port):
"""switchport mode help commands\nmode_type can either be:\n\t access for untagged mode\n\t trunk for tagged mode \n\t routed for non vlan mode"""

ctx = click.get_current_context()
Expand Down

0 comments on commit 7fe882b

Please sign in to comment.