Home | History | Annotate | Download | only in args

Lines Matching refs:names

31   @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1)
34 @Parameter(names = { "-h", "--help" }, description = "show this help.")
37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.")
40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.")
43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.")
46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.")
49 @Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", converter = FileConverter.class)
52 @Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter = FileConverter.class)
55 @Parameter(names = { "-t", "--tail" }, description = "'tail' the given Lilith logfile.", converter = FileConverter.class)
58 @Parameter(names = { "-p", "--pattern" }, description = "pattern used by 'cat' or 'tail'.")
61 @Parameter(names = { "-f", "--keep-running" }, description = "keep tailing the given Lilith logfile.")
64 @Parameter(names = { "-n", "--number-of-lines" }, description = "number of entries printed by cat or tail")
67 @Parameter(names = { "-e", "--export-preferences" }, description = "export preferences into the given file.")
70 @Parameter(names = { "-i", "--import-preferences" }, description = "import preferences from the given file.")