77
78 main.opt.version=\
79 \ --version Print version information
80
81 main.command.files=\
82 \ @<filename> Read options from file
83
84 main.opt.footer=\
85 \n\
86 \For options requiring a <pattern-list>, the value will be a comma separated\n\
87 \list of elements each using one the following forms:\n\
88 \ <glob-pattern>\n\
89 \ glob:<glob-pattern>\n\
90 \ regex:<regex-pattern>
91
92
93
94 err.not.a.task=task must be one of <extract | info | list | verify>: {0}
95 err.missing.arg=no value given for {0}
96 err.not.a.dir=not a directory: {0}
97 err.not.a.jimage=not a jimage file: {0}
98 err.no.jimage=no jimage provided
99 err.option.unsupported={0} not supported: {1}
100 err.unknown.option=unknown option: {0}
101 err.cannot.create.dir=cannot create directory {0}
|
77
78 main.opt.version=\
79 \ --version Print version information
80
81 main.command.files=\
82 \ @<filename> Read options from file
83
84 main.opt.footer=\
85 \n\
86 \For options requiring a <pattern-list>, the value will be a comma separated\n\
87 \list of elements each using one the following forms:\n\
88 \ <glob-pattern>\n\
89 \ glob:<glob-pattern>\n\
90 \ regex:<regex-pattern>
91
92
93
94 err.not.a.task=task must be one of <extract | info | list | verify>: {0}
95 err.missing.arg=no value given for {0}
96 err.not.a.dir=not a directory: {0}
97 err.not.an.empty.dir=output directory must be empty: {0}
98 err.not.a.jimage=not a jimage file: {0}
99 err.no.jimage=no jimage provided
100 err.option.unsupported={0} not supported: {1}
101 err.unknown.option=unknown option: {0}
102 err.cannot.create.dir=cannot create directory {0}
|