Fix wording in cli usage

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2021-05-12 00:47:28 +00:00 committed by Solomon Hykes
parent cb56dd0950
commit 2237b11bc0
2 changed files with 1 additions and 1 deletions

BIN
.swp Normal file

Binary file not shown.

View File

@ -17,7 +17,7 @@ import (
var rootCmd = &cobra.Command{
Use: "dagger",
Short: "A programmable environment system",
Short: "A programmable deployment system",
}
func init() {