Long options:
   --convert-to fmt[,attrlist]   Convert into target format
+  --dump-palette                Dump palette as table
   --help                        Help (this text)
   --list-conversions            List all possible conversions
   --pop                         Restore the original loaded image
   see section <ref id="conversions" name="Conversions">.
 
 
+  <label id="option--dump-palette">
+  <tag><tt>--dump-palette</tt></tag>
+
+  Dump palette as table.
+
+
   <label id="option--help">
   <tag><tt>-h, --help</tt></tag>
 
 
             "\n"
             "Long options:\n"
             "  --convert-to fmt[,attrlist]\tConvert into target format\n"
+            "  --dump-palette\t\tDump palette as table\n"
             "  --help\t\t\tHelp (this text)\n"
             "  --list-conversions\t\tList all possible conversions\n"
             "  --pop\t\t\t\tRestore the original loaded image\n"
 
 static void OptVerbose (const char* Opt attribute ((unused)),
                         const char* Arg attribute ((unused)))
-/* Increase versbosity */
+/* Increase verbosity */
 {
     ++Verbosity;
 }
         ++I;
     }
 
+    /* Do we have an input file? */
+    if (I == 1) {
+        Error ("No input file");
+    }
+
     /* Cleanup data */
     SetWorkBitmap (C);
     FreeBitmap (B);