diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-09-24 15:25:49 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-09-24 15:25:49 -0400 |
| commit | 4e12ba08c42bac83cd412ef2d225982f8dbd33ed (patch) | |
| tree | a789ca0df01bdf400859d76d802e7a1623ecfe02 /lib/command.c | |
| parent | fcc8738bb505b80bd799b4218eea9b7517093294 (diff) | |
lib: Help text correction
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index ac8d60118e..25c9ee9a73 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1454,7 +1454,7 @@ DEFUN (config_help, "Description of the interactive help system\n") { vty_out(vty, - "Quagga VTY provides advanced help feature. When you need help,\n\ + "FRR VTY provides advanced help feature. When you need help,\n\ anytime at the command line please press '?'.\n\ \n\ If nothing matches, the help list will be empty and you must backup\n\ |
