diff options
| author | Bing Shui <652023330037@smail.nju.edu.cn> | 2024-04-17 10:41:11 +0000 |
|---|---|---|
| committer | Bing Shui <652023330037@smail.nju.edu.cn> | 2024-04-17 10:41:11 +0000 |
| commit | 913567c0e0f3cd54a50ad63369053d1d02ea2d81 (patch) | |
| tree | a960298dc2924e00ac1850a8dbad5c6b267e9333 /ospfd | |
| parent | d249a7c9f51d7043fbed65f111bbc7c9cc1dc367 (diff) | |
ospfd: fix 'no write-multiplier' command
Signed-off-by: Bing Shui <652023330037@smail.nju.edu.cn>
Diffstat (limited to 'ospfd')
| -rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index abf9a346cb..4980cd3eca 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -2580,7 +2580,7 @@ DEFUN (no_ospf_write_multiplier, } ALIAS(no_ospf_write_multiplier, no_write_multiplier_cmd, - "no write-multiplier (1-100)", NO_STR + "no write-multiplier [(1-100)]", NO_STR "Write multiplier\n" "Maximum number of interface serviced per write\n") |
