Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Flags:
Specify "-q" for no messages
-V, --version Prints the version number of cpackget and exit

Use "cpackget [command] --help" for more information about a command.
Use "cpackget [command] --help" for more information about a command and command-specific flags.
```

For example, if one wanted help removing a pack, running `cpackget rm --help` would print out useful information on the subject.
Expand Down
2 changes: 1 addition & 1 deletion cmd/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Global Flags:
Additional help topics:{{range .Commands}}{{if .IsAdditionalHelpTopicCommand}}
{{rpad .CommandPath .CommandPathPadding}} {{.Short}}{{end}}{{end}}{{end}}{{if .HasAvailableSubCommands}}

Use "{{.CommandPath}} [command] --help" for more information about a command.{{end}}
Use "{{.CommandPath}} [command] --help" for more information about a command and command-specific flags.{{end}}
`

func NewCli() *cobra.Command {
Expand Down
Loading