summaryrefslogtreecommitdiffstats
path: root/watchfrr
diff options
context:
space:
mode:
authorMartín Beauchamp <martinb@shapeways.com>2017-02-27 19:26:20 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-09 15:45:00 +0100
commit685e701ef39b206b8dc6bcc6672b4de4ae09b049 (patch)
treec0c5f6d178b9222cd25430a944e2c41138d65673 /watchfrr
parentzebra: Notify all nexthops that we've changed (diff)
downloadfrr-685e701ef39b206b8dc6bcc6672b4de4ae09b049.tar.xz
frr-685e701ef39b206b8dc6bcc6672b4de4ae09b049.zip
Lowercase frr.conf
Diffstat (limited to 'watchfrr')
-rw-r--r--watchfrr/watchfrr_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr_vty.c b/watchfrr/watchfrr_vty.c
index 4fffb020d..1a8664991 100644
--- a/watchfrr/watchfrr_vty.c
+++ b/watchfrr/watchfrr_vty.c
@@ -35,7 +35,7 @@ DEFUN (config_write_integrated,
config_write_integrated_cmd,
"write integrated",
"Write running configuration to memory, network, or terminal\n"
- "Write integrated all-daemon Frr.conf file\n")
+ "Write integrated all-daemon frr.conf file\n")
{
pid_t child;
sigset_t oldmask, sigmask;