File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ var RootCmd = &cobra.Command{
386
386
var loginCmd = & cobra.Command {
387
387
Use : "login" ,
388
388
Args : cobra .NoArgs ,
389
- Short : "Authenticate to the Defang cluster " ,
389
+ Short : "Authenticate to Defang" ,
390
390
RunE : func (cmd * cobra.Command , args []string ) error {
391
391
if nonInteractive {
392
392
if err := cli .NonInteractiveLogin (cmd .Context (), client , cluster ); err != nil {
@@ -641,7 +641,7 @@ var getServicesCmd = &cobra.Command{
641
641
Annotations : authNeededAnnotation ,
642
642
Args : cobra .NoArgs ,
643
643
Aliases : []string {"getServices" , "ls" , "list" },
644
- Short : "Get list of services on the cluster " ,
644
+ Short : "Get list of services in the project " ,
645
645
RunE : func (cmd * cobra.Command , args []string ) error {
646
646
long , _ := cmd .Flags ().GetBool ("long" )
647
647
You can’t perform that action at this time.
0 commit comments