mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update usage
This commit is contained in:
parent
49f0568ac2
commit
7b1b36accd
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ public class InstallInterpreter {
|
|||
System.out.println(" -l, --list List available interpreters");
|
||||
System.out.println(" -a, --all Install all available interpreters");
|
||||
System.out.println(" -n, --name [NAMES] Install interpreters (comma separated list)" +
|
||||
"e.g. spark,md,shell");
|
||||
"e.g. md,shell,jdbc,python,angular");
|
||||
System.out.println(" -t, --artifact [ARTIFACTS] (Optional with -n) custom artifact names. " +
|
||||
"(comma separated list correspond to --name) " +
|
||||
"e.g. customGroup:customArtifact:customVersion");
|
||||
|
|
|
|||
Loading…
Reference in a new issue