Browse Source

[master] fix usage synopsis

trivial, not reviewed
Jeremy C. Reed 13 years ago
parent
commit
291d0cbfdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/host/host.cc

+ 1 - 1
src/bin/host/host.cc

@@ -232,7 +232,7 @@ main(int argc, char* argv[]) {
     argv += optind;
     argv += optind;
 
 
     if (argc < 1) {
     if (argc < 1) {
-        cout << "Usage: host [-adprv] [-c class] [-t type] hostname [server]\n";
+        cout << "Usage: host [-adrv] [-c class] [-p port] [-t type] hostname [server]\n";
         exit(1);
         exit(1);
     }
     }