Skip to content

Commit

Permalink
Update cmd/submit.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored May 7, 2024
1 parent 4921288 commit 0d78852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

// submitCmd lets people upload a solution to the website.
var submitCmd = &cobra.Command{
Use: "submit [FILE1 ...]",
Use: "submit [<FILE> ...]",
Aliases: []string{"s"},
Short: "Submit your solution to an exercise.",
Long: `Submit your solution to an Exercism exercise.
Expand Down

0 comments on commit 0d78852

Please sign in to comment.