Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit a35f377

Browse files
authored
Added an article
1 parent 164261c commit a35f377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fi/helsinki/cs/tmc/cli/command/DownloadExercisesCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void getOptions(Options options) {
4141
public void run(CommandLine args, Io io) {
4242
String[] stringArgs = args.getArgs();
4343
if (stringArgs.length == 0 || stringArgs.length > 1) {
44-
io.println("You must give course name as an argument.");
44+
io.println("You must give a course name as an argument.");
4545
io.println("Usage: tmc download COURSE");
4646
return;
4747
}

0 commit comments

Comments
 (0)