Commit 9ee1ff0802 for frr

commit 9ee1ff0802fb74539f8ac717f7cb89b17a8c5963
Author: Christian Hopps <chopps@labn.net>
Date:   Fri Aug 21 06:39:01 2026 -0400

    lib: add 3 new common help strings

    Signed-off-by: Christian Hopps <chopps@labn.net>

diff --git a/lib/command.h b/lib/command.h
index 153e3627d3..fca6c5f66a 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -465,6 +465,9 @@ struct cmd_node {
 #define WATCHFRR_STR "watchfrr information\n"
 #define ZEBRA_STR "Zebra information\n"
 #define FILTER_LOG_STR "Filter Logs\n"
+#define LOG_STR "Logging control\n"
+#define LOG_ADJ_CHANGES_STR "Log changes in adjacency state\n"
+#define DISTANCE_STR "Administrative distance\n"
 #define BFD_PROFILE_STR "BFD profile.\n"
 #define BFD_PROFILE_NAME_STR "BFD profile name.\n"
 #define SHARP_STR "Sharp Routing Protocol\n"