From 5e863901424a79288a46fb3555db191bda44c94c Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 7 May 2024 09:59:12 +0200 Subject: [PATCH] Update cmd/submit.go --- cmd/submit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/submit.go b/cmd/submit.go index bc020c556..0952cc0fa 100644 --- a/cmd/submit.go +++ b/cmd/submit.go @@ -25,8 +25,8 @@ var submitCmd = &cobra.Command{ Long: `Submit your solution to an Exercism exercise. Call the command with the list of files you want to submit. - If you omit the list of files, the CLI will attempt to submit - the appropriate solution files for the exercise. + If you omit the list of files, the CLI will submit the + default solution files for the exercise. `, RunE: func(cmd *cobra.Command, args []string) error { cfg := config.NewConfig()