summaryrefslogtreecommitdiffstats
path: root/watchfrr/watchfrr_vty.c
diff options
context:
space:
mode:
authorMartín Beauchamp <martinb@shapeways.com>2017-02-27 19:26:20 +0100
committerMartín Beauchamp <martinb@shapeways.com>2017-02-27 19:26:20 +0100
commite20dc2ba0619cf17474810592d98a6cc9c41cc54 (patch)
tree8eb89100c911a1d5dbca85fbd141401d93146bfe /watchfrr/watchfrr_vty.c
parentMerge pull request #219 from opensourcerouting/feature/isis-draft-ietf-rtgwg-... (diff)
downloadfrr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.tar.xz
frr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.zip
Lowercase frr.conf
Diffstat (limited to '')
-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 bf3e1510a..64af7d7f4 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;