cmd/snapshot_merge: reword -latest flag to match man page

This commit is contained in:
Ryan Uber
2014-04-22 17:48:53 -07:00
parent e6992d822d
commit d1cc562f3c
+1 -1
View File
@@ -77,7 +77,7 @@ Example:
`,
}
cmd.Flag.Bool("latest", false, "Use only the latest version of all packages")
cmd.Flag.Bool("latest", false, "Use only the latest version of each package")
return cmd
}