Skip to content

Commit

Permalink
Remove wrong param for stop tracing
Browse files Browse the repository at this point in the history
Stop tracing has no params
  • Loading branch information
xllora authored Jan 9, 2017
1 parent 5f9240e commit a04e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vcli/bw/repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func printHelp() {
fmt.Println("load <file_path> <graph_names_separated_by_commas> - load triples into the specified graphs.")
fmt.Println("run <file_with_bql_statements> - 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()
}
Expand Down

0 comments on commit a04e846

Please sign in to comment.