Browse Source

[3513] change dhcp4 usage to cfgfile to be consistent with dhcp6

Shawn Routhier 10 years ago
parent
commit
0e84878146
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp4/main.cc

+ 1 - 1
src/bin/dhcp4/main.cc

@@ -49,7 +49,7 @@ usage() {
     cerr << "Kea DHCPv4 server, version " << VERSION << endl;
     cerr << endl;
     cerr << "Usage: " << DHCP4_NAME
-         << " -[v|V|W] [-d] [-c file] [-p number]" << endl;
+         << " -[v|V|W] [-d] [-c cfgfile] [-p number]" << endl;
     cerr << "  -v: print version number and exit" << endl;
     cerr << "  -V: print extended version and exit" << endl;
     cerr << "  -W: display the configuration report and exit" << endl;