Fixing minor spelling/grammar issues in documentation.

This commit is contained in:
Artem Yakimenko
2014-04-22 11:08:57 +04:00
parent e81f86f942
commit d9f4686e2c
16 changed files with 24 additions and 24 deletions

View File

@@ -170,10 +170,10 @@ func makeCmdSnapshotPull() *commander.Command {
UsageLine: "pull <name> <source> <destination> <package-name> ...",
Short: "pull packages from another snapshot",
Long: `
Command pull pulls new packages along with its dependencies to snapshot <name>
Command pull pulls new packages along with its' dependencies to snapshot <name>
from snapshot <source>. Pull can upgrade package version in <name> with
versions from <source> following dependencies. New snapshot <destination>
is created as result of this process. Packages could be specified simply
is created as a result of this process. Packages could be specified simply
as 'package-name' or as dependency 'package-name (>= version)'.
Example: