diff options
author | Martín Beauchamp <martinb@shapeways.com> | 2017-02-27 19:26:20 +0100 |
---|---|---|
committer | Martín Beauchamp <martinb@shapeways.com> | 2017-02-27 19:26:20 +0100 |
commit | e20dc2ba0619cf17474810592d98a6cc9c41cc54 (patch) | |
tree | 8eb89100c911a1d5dbca85fbd141401d93146bfe /watchfrr/watchfrr_vty.c | |
parent | Merge pull request #219 from opensourcerouting/feature/isis-draft-ietf-rtgwg-... (diff) | |
download | frr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.tar.xz frr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.zip |
Lowercase frr.conf
Diffstat (limited to '')
-rw-r--r-- | watchfrr/watchfrr_vty.c | 2 |
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; |