b1047b
diff --git a/tshark.c b/tshark.c
b1047b
index f930f9d..e3ac6c6 100644
b1047b
--- a/tshark.c
b1047b
+++ b/tshark.c
b1047b
@@ -294,7 +294,7 @@ print_usage(gboolean print_ver)
b1047b
   fprintf(output, "  -R <read filter>         packet Read filter in Wireshark display filter syntax\n");
b1047b
   fprintf(output, "  -Y <display filter>      packet displaY filter in Wireshark display filter syntax\n");
b1047b
   fprintf(output, "  -n                       disable all name resolutions (def: all enabled)\n");
b1047b
-  fprintf(output, "  -N <name resolve flags>  enable specific name resolution(s): \"mntC\"\n");
b1047b
+  fprintf(output, "  -N <name resolve flags>  enable specific name resolution(s): \"mnNtC\"\n");
b1047b
   fprintf(output, "  -d %s ...\n", decode_as_arg_template);
b1047b
   fprintf(output, "                           \"Decode As\", see the man page for details\n");
b1047b
   fprintf(output, "                           Example: tcp.port==8888,http\n");
b1047b
@@ -1357,7 +1357,7 @@ main(int argc, char *argv[])
b1047b
       if (badopt != '\0') {
b1047b
         cmdarg_err("-N specifies unknown resolving option '%c';",
b1047b
                    badopt);
b1047b
-        cmdarg_err_cont( "           Valid options are 'm', 'n', 't', and 'C'");
b1047b
+        cmdarg_err_cont( "           Valid options are 'm', 'n', 'N', 't', and 'C'");
b1047b
         return 1;
b1047b
       }
b1047b
       break;