aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/vty.c b/src/common/vty.c
index bb88c578..e4a9dc15 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -1463,8 +1463,8 @@ DEFUN(cfg_phy_inst, cfg_phy_inst_cmd,
}
DEFUN(cfg_phy_no_inst, cfg_phy_no_inst_cmd,
- "no instance <0-255>"
- NO_STR "Select a PHY instance to remove\n", "PHY Instance number\n")
+ "no instance <0-255>",
+ NO_STR "Select a PHY instance to remove\n" "PHY Instance number\n")
{
int inst_nr = atoi(argv[0]);
struct phy_link *plink = vty->index;