Skip to content

Commit 6a606da

Browse files
author
Katrina Owen
authored
Merge pull request #762 from Smarticles101/development
Update submit usage string
2 parents f3682f4 + 8775d0f commit 6a606da

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)