diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-12-01 18:24:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 18:24:30 +0100 |
commit | 7f1e552a53afe085002e5caf3131294c5b8d1dc0 (patch) | |
tree | 55c9d51020b9efd92a57600218a54b4ed4ab3b5d /pathd | |
parent | Merge pull request #14911 from LabNConsulting/chopps/speed-xpath-up (diff) | |
parent | pathd: fix excessive doc string on pcep msd command (diff) | |
download | frr-7f1e552a53afe085002e5caf3131294c5b8d1dc0.tar.xz frr-7f1e552a53afe085002e5caf3131294c5b8d1dc0.zip |
Merge pull request #14925 from pguibert6WIND/doctring_pathd_fix
pathd: fix excessive doc string on pcep msd command
Diffstat (limited to 'pathd')
-rw-r--r-- | pathd/path_pcep_cli.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pathd/path_pcep_cli.c b/pathd/path_pcep_cli.c index f0c145c5d..e0926ea62 100644 --- a/pathd/path_pcep_cli.c +++ b/pathd/path_pcep_cli.c @@ -2044,7 +2044,6 @@ DEFPY(pcep_cli_no_pcc, DEFPY(pcep_cli_pcc_pcc_msd, pcep_cli_pcc_pcc_msd_cmd, "msd (1-32)", - NO_STR "PCC maximum SID depth \n" "PCC maximum SID depth value\n") { |