Skip to content

Commit 1396611

Browse files
authored
chore: update cli messages
1 parent c2b5eda commit 1396611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/arduino-app-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func run(configuration cfg.Configuration) error {
4848
defer func() { _ = servicelocator.CloseDockerClient() }()
4949
rootCmd := &cobra.Command{
5050
Use: "arduino-app-cli",
51-
Short: "A CLI to manage the Python app",
51+
Short: "A CLI to manage the Arduino Apps",
5252
PersistentPreRun: func(cmd *cobra.Command, args []string) {
5353
format, ok := feedback.ParseOutputFormat(format)
5454
if !ok {

0 commit comments

Comments
 (0)