Skip to content

Commit

Permalink
enhancement(CLI): Update the description of envd (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayouxujin committed Jun 16, 2022
1 parent 23f8a40 commit f60a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func New() EnvdApp {
internalApp := cli.NewApp()
internalApp.EnableBashCompletion = true
internalApp.Name = "envd"
internalApp.Usage = "Build tools for data scientists"
internalApp.Usage = "Development environment for data science and AI/ML teams"
internalApp.Version = version.GetVersion().String()
internalApp.Flags = []cli.Flag{
&cli.BoolFlag{
Expand Down

0 comments on commit f60a976

Please sign in to comment.