Skip to content

Commit

Permalink
Added final period in usage instruction.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Sivachandran <[email protected]>
  • Loading branch information
sivachandran committed Mar 8, 2016
1 parent c8a35cb commit 1c957a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/refs.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Note: List all referencess recursively by using the flag '-r'.
cmds.BoolOption("edges", "e", "Emit edge format: `<from> -> <to>`."),
cmds.BoolOption("unique", "u", "Omit duplicate refs from output."),
cmds.BoolOption("recursive", "r", "Recursively list links of child nodes."),
cmds.BoolOption("cached", "List only links of child nodes cached locally"),
cmds.BoolOption("cached", "List only links of child nodes cached locally."),
},
Run: func(req cmds.Request, res cmds.Response) {
ctx := req.Context()
Expand Down

0 comments on commit 1c957a8

Please sign in to comment.