Skip to content

Commit 8775d0f

Browse files
committed
Update submit usage string
1 parent f3682f4 commit 8775d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/submit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
// submitCmd lets people upload a solution to the website.
2121
var submitCmd = &cobra.Command{
22-
Use: "submit",
22+
Use: "submit FILE1 [FILE2 ...]",
2323
Aliases: []string{"s"},
2424
Short: "Submit your solution to an exercise.",
2525
Long: `Submit your solution to an Exercism exercise.

0 commit comments

Comments
 (0)