Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
update dockma command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 27, 2020
1 parent e926246 commit b4db778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ var verboseFlag bool
// RootCommand is the root command of dockma
var RootCommand = &cobra.Command{
Use: "dockma",
Short: "Dockma is bringing your docker-compose game to the next level.",
Long: `A fast and flexible CLI tool to boost your productivity during development with docker containers built with Go. Full documentation is available at https://dockma.dev`,
Short: "Dockma brings your docker-compose game to the next level.",
Long: `A fast and flexible CLI tool to boost your productivity during development in docker-compose based environments. Full documentation is available on https://dockma.dev.`,
PersistentPreRun: hooks.RequiresInit,
PersistentPostRun: rootPostRunHook,
}
Expand Down

0 comments on commit b4db778

Please sign in to comment.