diff --git a/cmd/submit.go b/cmd/submit.go index 0952cc0fa..676aa4d0a 100644 --- a/cmd/submit.go +++ b/cmd/submit.go @@ -19,7 +19,7 @@ import ( // submitCmd lets people upload a solution to the website. var submitCmd = &cobra.Command{ - Use: "submit [FILE1 ...]", + Use: "submit [ ...]", Aliases: []string{"s"}, Short: "Submit your solution to an exercise.", Long: `Submit your solution to an Exercism exercise.