Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 8ba7a56

Browse files
authored
Merge pull request #1732 from darkowlzz/changelog-1549
Update Changelog for #1549 and typo fixes
2 parents 68b3f93 + 508372a commit 8ba7a56

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ BUG FIXES:
99

1010
IMPROVEMENTS:
1111

12+
* Add template operations support in dep status template output.
13+
([#1549](https://github.com/golang/dep/pull/1549)).
1214
* Reduce network access by trusting local source information and only pulling
1315
from upstream when necessary ([#1250](https://github.com/golang/dep/pull/1250)).
1416

cmd/dep/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dep status
5353
5454
dep status -f='{{if eq .Constraint "master"}}{{.ProjectRoot}} {{end}}'
5555
56-
Display the list of package names constrained on the master branch.
56+
Displays the list of package names constrained on the master branch.
5757
The -f flag allows you to use Go templates along with it's various
5858
constructs for formating the output data. Available flags are as follows:
5959
` + availableTemplateVariables + `
@@ -68,7 +68,7 @@ Linux: dep status -dot | dot -T png | display
6868
MacOS: dep status -dot | dot -T png | open -f -a /Applications/Preview.app
6969
Windows: dep status -dot | dot -T png -o status.png; start status.png
7070
71-
Generate a visual representation of the dependency tree using GraphViz.
71+
Generates a visual representation of the dependency tree using GraphViz.
7272
(Note: in order for this example to work you must first have graphviz
7373
installed on your system)
7474

0 commit comments

Comments
 (0)