Skip to content

Commit

Permalink
Merge pull request #733 from matiasanaya/fix/install-description
Browse files Browse the repository at this point in the history
Fix documentation issues in glide.go
  • Loading branch information
mattfarina committed Jan 20, 2017
2 parents 3052ecc + 9c45100 commit fac8ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glide.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func commands() []cli.Command {
msg.Warn("The --update-vendored flag is deprecated. This now works by default.")
}
if c.String("file") != "" {
msg.Warn("The --flag flag is deprecated.")
msg.Warn("The --file flag is deprecated.")
}
if c.Bool("cache") {
msg.Warn("The --cache flag is deprecated. This now works by default.")
Expand Down Expand Up @@ -423,8 +423,8 @@ Example:
Name: "install",
ShortName: "i",
Usage: "Install a project's dependencies",
Description: `This uses the native VCS of each packages to install
the appropriate version. There are two ways a projects dependencies can
Description: `This uses the native VCS of each package to install
the appropriate version. There are two ways a project's dependencies can
be installed. When there is a glide.yaml file defining the dependencies but
no lock file (glide.lock) the dependencies are installed using the "update"
command and a glide.lock file is generated pinning all dependencies. If a
Expand Down

0 comments on commit fac8ba6

Please sign in to comment.