aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example2.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-example2.cmd')
-rw-r--r--bin/run-example2.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index d9c10545e7..6861334cb0 100644
--- a/bin/run-example2.cmd
+++ b/bin/run-example2.cmd
@@ -30,7 +30,7 @@ if exist "%FWDIR%conf\spark-env.cmd" call "%FWDIR%conf\spark-env.cmd"
rem Test that an argument was given
if not "x%1"=="x" goto arg_given
- echo Usage: bin/run-example ^<example-class^> [^<args^>]
+ echo Usage: run-example ^<example-class^> [^<args^>]
goto exit
:arg_given