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

Commit 936bdf1

Browse files
author
mikkomaa
authored
Merge branch 'master' into redo-multi-login-support-aleksi
2 parents fef543b + 366f969 commit 936bdf1

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
@@ -44,7 +44,7 @@ public void getOptions(Options options) {
4444
public void run(CommandLine args, Io io) {
4545
String[] stringArgs = args.getArgs();
4646
if (stringArgs.length == 0 || stringArgs.length > 1) {
47-
io.println("You must give course name as an argument.");
47+
io.println("You must give a course name as an argument.");
4848
io.println("Usage: tmc download COURSE");
4949
return;
5050
}

0 commit comments

Comments
 (0)