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

Commit

Permalink
Merge pull request #1732 from darkowlzz/changelog-1549
Browse files Browse the repository at this point in the history
Update Changelog for #1549 and typo fixes
  • Loading branch information
darkowlzz authored Mar 4, 2018
2 parents 68b3f93 + 508372a commit 8ba7a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ BUG FIXES:

IMPROVEMENTS:

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

Expand Down
4 changes: 2 additions & 2 deletions cmd/dep/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dep status
dep status -f='{{if eq .Constraint "master"}}{{.ProjectRoot}} {{end}}'
Display the list of package names constrained on the master branch.
Displays the list of package names constrained on the master branch.
The -f flag allows you to use Go templates along with it's various
constructs for formating the output data. Available flags are as follows:
` + availableTemplateVariables + `
Expand All @@ -68,7 +68,7 @@ Linux: dep status -dot | dot -T png | display
MacOS: dep status -dot | dot -T png | open -f -a /Applications/Preview.app
Windows: dep status -dot | dot -T png -o status.png; start status.png
Generate a visual representation of the dependency tree using GraphViz.
Generates a visual representation of the dependency tree using GraphViz.
(Note: in order for this example to work you must first have graphviz
installed on your system)
Expand Down

0 comments on commit 8ba7a56

Please sign in to comment.