Skip to content

Commit

Permalink
godoc grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatsuo committed Jul 13, 2014
1 parent 91ca82a commit d12e763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jqsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Read more about jq filters at the tool's online manual.
Shell syntax
The current shell syntax is rudimentory but it suffices. Lines prefixed with a
colon ':' commands, other lines are shorthand for specific commands. Following
is a list of all shell syntax in jqsh.
colon ':' are commands, other lines are shorthand for specific commands.
Following is a list of all shell syntax in jqsh.
:<cmd> <arg1> <arg2> ... execute cmd with the given arguments
:<cmd> ... +<argN> execute cmd with an argument containing spaces (argN)
Expand Down

0 comments on commit d12e763

Please sign in to comment.