Skip to content

Commit

Permalink
repl.go: command help message correction
Browse files Browse the repository at this point in the history
repl.go: wording flag message to make it more understandable

Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
  • Loading branch information
ethan authored and tsandall committed Aug 13, 2019
1 parent 00de020 commit 692a80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ var extra = [...]commandDesc{
var builtin = [...]commandDesc{
{"show", []string{""}, "show active module definition"},
{"show debug", []string{""}, "show REPL settings"},
{"unset", []string{"<var>"}, "undefine rules in currently active module"},
{"unset", []string{"<var>"}, "unset rules in currently active module"},
{"json", []string{}, "set output format to JSON"},
{"pretty", []string{}, "set output format to pretty"},
{"pretty-limit", []string{}, "set pretty value output limit"},
Expand Down

0 comments on commit 692a80c

Please sign in to comment.