diff --git a/tools/vcli/bw/repl/repl.go b/tools/vcli/bw/repl/repl.go index dd126646..9fd2d2df 100644 --- a/tools/vcli/bw/repl/repl.go +++ b/tools/vcli/bw/repl/repl.go @@ -216,7 +216,7 @@ func printHelp() { fmt.Println("load - load triples into the specified graphs.") fmt.Println("run - runs all the BQL statements in the file.") fmt.Println("start tracing [trace_file] - starts tracing queries.") - fmt.Println("stop tracing [trace_file] - stops tracing queries.") + fmt.Println("stop tracing - stops tracing queries.") fmt.Println("quit - quits the console.") fmt.Println() }