Commit fbd565d
authored
Fix wrong help message for cable length setting (#1978)
- What I did
Replace the wrong help message of "Set lossless PGs for the interface" with the right one "Set interface cable length"
- How I did it
Update the help message to the relevant one on main.py
- How to verify it
Run the following command: "config interface cable-length Ethernet0 -h"
- Previous command output (if the output of a command-line utility has changed)
Set lossless PGs for the interface
- New command output (if the output of a command-line utility has changed)
Set interface cable length1 parent b3a5052 commit fbd565d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4110 | 4110 | | |
4111 | 4111 | | |
4112 | 4112 | | |
4113 | | - | |
| 4113 | + | |
4114 | 4114 | | |
4115 | 4115 | | |
4116 | 4116 | | |
| |||
0 commit comments