Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
minor changes to description
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Setale <[email protected]>
  • Loading branch information
koalalorenzo committed Nov 15, 2020
1 parent 5c15dc7 commit b872841
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"gitlab.com/qm64/backpack/templating"
)

// planCmd represents the run command
// planCmd represents the plan command
var planCmd = &cobra.Command{
Use: "plan [path]",
Aliases: []string{"diff", "dry-run"},
Expand Down
5 changes: 4 additions & 1 deletion cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ var statusCmd = &cobra.Command{
Args: cobra.ExactArgs(1),
Short: "Check the status of all the jobs in a pack",
Long: `Run this command to know the status of all the jobs in a pack. It will
check and provide useful information.
check and provide useful information. By default it shows the allocations that
are running, or the first allocation available. If you want to see all the
previous allocation you can use the option --all (or -a).
`,
Run: statusRun,
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"gitlab.com/qm64/backpack/templating"
)

// stopCmd represents the run command
// stopCmd represents the stop command
var stopCmd = &cobra.Command{
Use: "stop [path]",
Aliases: []string{"uninstall", "delete"},
Expand Down
2 changes: 1 addition & 1 deletion cmd/unpack_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"gitlab.com/qm64/backpack/pkg"
)

// docsCmd represents the docs command
// docsCmd represents the unpack docs command
var docsCmd = &cobra.Command{
Use: "docs [path]",
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit b872841

Please sign in to comment.