Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
estroz committed Nov 26, 2018
1 parent e4963d9 commit 451dd39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions commands/operator-sdk/cmd/print_deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ var asFile bool
func NewPrintDepsCmd() *cobra.Command {
printDepsCmd := &cobra.Command{
Use: "print-deps",
Short: "Print dependencies expected by the Operator SDK",
Long: `The operator-sdk print-deps command prints all dependencies expected by this
version of the Operator SDK. Versions for these dependencies should match those
in an operators' Gopkg.toml file.
Short: "Print Golang packages and versions required to run the operator",
Long: `The operator-sdk print-deps command prints all Golang packages and versions expected
by this version of the Operator SDK. Versions for these packages should match
those in an operators' Gopkg.toml file.
print-deps prints in columnar format by default. Use the --as-file flag to
print in Gopkg.toml file format.
Expand Down
4 changes: 2 additions & 2 deletions doc/sdk-cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ operator-sdk completion bash

## print-deps

Prints the most recent dependencies and their versions known by the `operator-sdk` binary. Prints in columnar format by default.
Prints the most recent Golang packages and versions required by operators. Prints in columnar format by default.

### Flags

* `--as-file` Print dependencies and versions in Gopkg.toml format.
* `--as-file` Print packages and versions in Gopkg.toml format.

## generate

Expand Down

0 comments on commit 451dd39

Please sign in to comment.