Default configuration dir: $HOME/.fanfix
[fanfix.git] / src / be / nikiroo / fanfix / bundles / StringId.java
index 39cb0b239f4d9df67c276881e0efa2fe433efff7..014d6f086df560bd4682a74c0503481c95fd55a7 100644 (file)
@@ -3,8 +3,8 @@ package be.nikiroo.fanfix.bundles;
 import java.io.IOException;
 import java.io.Writer;
 
+import be.nikiroo.utils.resources.Bundle;
 import be.nikiroo.utils.resources.Meta;
-import be.nikiroo.utils.resources.bundles.Bundle;
 
 /**
  * The {@link Enum} representing textual information to be translated to the
@@ -30,7 +30,9 @@ public enum StringId {
         * Use it when you need a real translation but still don't have a key.
         */
        DUMMY, //
-       @Meta(what = "error message", where = "cli", format = "%s = supported input, %s = supported output", info = "syntax error message")
+       @Meta(what = "help message", where = "cli", format = "%s = supported input, %s = supported output", info = "help message for the syntax")
+       HELP_SYNTAX, //
+       @Meta(what = "error message", where = "cli", format = "", info = "syntax error message")
        ERR_SYNTAX, //
        @Meta(what = "error message", where = "cli", format = "%s = support name, %s = support desc", info = "an input or output support type description")
        ERR_SYNTAX_TYPE, //