Skip to content

Commit

Permalink
chore: update cmd description
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Apr 3, 2023
1 parent 20d7ab9 commit 4bfbb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ var (

var rootCmd = &cobra.Command{
Use: "hosts",
Short: "Manage address mappings of SSH config and optionally for hosts file",
Long: `Manage address mappings of SSH config and optionally for hosts file.`,
Short: "Manage address mappings of SSH config and optionally entries of hosts file",
Long: `Manage address mappings of SSH config and optionally entries of hosts file.`,
// DisableFlagsInUseLine: true,
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
var comps []string
Expand Down

0 comments on commit 4bfbb73

Please sign in to comment.