Skip to content

Commit

Permalink
[KYUUBI apache#5822][doc] Fix the usage msg of KyuubiBeeLine
Browse files Browse the repository at this point in the history
  • Loading branch information
hadoopkandy committed Dec 6, 2023
1 parent e779b42 commit a46b6e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public KyuubiBeeLine(boolean isBeeLine) {
@Override
void usage() {
super.usage();
output("Usage: java \" + KyuubiBeeLine.class.getCanonicalName()");
output("Usage: java " + KyuubiBeeLine.class.getCanonicalName());
output(" --python-mode Execute python code/script.");
}

Expand Down

0 comments on commit a46b6e4

Please sign in to comment.