Main.java: new actins available
[fanfix.git] / src / be / nikiroo / fanfix / bundles / resources.properties
index 13f6c2f991122cde99531963d000967a114b0f65..c835624a8e2d061886ca69ea507002a3bcd9398e 100644 (file)
@@ -7,23 +7,26 @@
 # 
 
 
-# (WHAT: error message, WHERE: cli, FORMAT: %s = supported input, %s = supported output)
-# syntax error message
-ERR_SYNTAX = Syntax error\n\
-\n\
-Valid options:\n\
+# (WHAT: help message, WHERE: cli, FORMAT: %s = supported input, %s = supported output)
+# help message for the syntax
+HELP_SYNTAX = Valid options:\n\
 \t--import [URL]: import into library\n\
 \t--export [id] [output_type] [target]: export story to target\n\
-\t--convert [URL] [output_type] [target]: convert URL into target\n\
-\t--read [id]: read the given story from the library\n\
-\t--read-url [URL]: convert on the fly and read the story, without saving it\n\
+\t--convert [URL] [output_type] [target] (+info): convert URL into target\n\
+\t--read [id] ([chapter number]): read the given story from the library\n\
+\t--read-url [URL] ([chapter number]): convert on the fly and read the story, without saving it\n\
 \t--list: list the stories present in the library\n\
+\t--set-reader [reader type]: set the reader type to CLI or LOCAL for this command\n\
+\t--help: this help message\n\
 \n\
 Supported input types:\n\
 %s\n\
 \n\
 Supported output types:\n\
 %s
+# (WHAT: error message, WHERE: cli)
+# syntax error message
+ERR_SYNTAX = Syntax error (try "--help")
 # (WHAT: error message, WHERE: cli, FORMAT: %s = support name, %s = support desc)
 # an input or output support type description
 ERR_SYNTAX_TYPE = %s: %s