OSDN Git Service

Auto-save
[dvibrowser/dvi2epub.git] / src / jp / sourceforge / dvibrowser / dvi2epub / Dvi2EpubCmd.java
index 546b379..54fa8c5 100644 (file)
@@ -22,6 +22,13 @@ public class Dvi2EpubCmd extends AnnotatedCommand {
                return Command.EXIT_SUCCESS;
        }
        
+       @BooleanValueOption(description = "Show this message", longName=Command.NULL, shortName="d")
+       public void wantHelp(boolean want)
+       {
+               System.out.println("Overridden help: " + want);
+               super.wantHelp(want);
+       }
+       
        @BooleanValueOption(description = "test", longName = "debug", shortName = "d")
        public void wantDebug(boolean want)
        {