diff options
| author | MartÃn Beauchamp <martinb@shapeways.com> | 2017-02-27 13:26:20 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-09 09:45:00 -0500 |
| commit | 685e701ef39b206b8dc6bcc6672b4de4ae09b049 (patch) | |
| tree | c0c5f6d178b9222cd25430a944e2c41138d65673 /vtysh/vtysh_main.c | |
| parent | 8ce5e6a33ce4226d6749c5351020b550368d6d4b (diff) | |
Lowercase frr.conf
Diffstat (limited to 'vtysh/vtysh_main.c')
| -rw-r--r-- | vtysh/vtysh_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 49aedae322..8b58f740a7 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -151,7 +151,7 @@ usage (int status) "-m, --markfile Mark input file with context end\n" \ " --vty_socket Override vty socket path\n" \ " --config_dir Override config directory path\n" \ - "-w, --writeconfig Write integrated config (Frr.conf) and exit\n" \ + "-w, --writeconfig Write integrated config (frr.conf) and exit\n" \ "-h, --help Display this help and exit\n\n" \ "Note that multiple commands may be executed from the command\n" \ "line by passing multiple -c args, or by embedding linefeed\n" \ @@ -355,7 +355,7 @@ main (int argc, char **argv, char **env) strlcat(vtysh_config_always, vtysh_configfile_name, sizeof(vtysh_config_always)); /* - * Overwrite location for Frr.conf + * Overwrite location for frr.conf */ vtysh_configfile_name = strrchr(FRR_DEFAULT_CONFIG, '/'); if (vtysh_configfile_name) |
