diff options
| author | vin <git@vineetk.net> | 2023-11-20 15:41:28 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2023-11-20 15:50:22 -0500 |
| commit | 3065b05ed45a04f401e8aec7d770b9e7a22c8ec4 (patch) | |
| tree | 60fa26f50e6315fd7eed9a2cbbe3caa7c3347344 /aplus.go | |
| parent | 6abb8ede02ebe38f1c84b7bdf0d8be96b9997ec1 (diff) | |
update usage message
Diffstat (limited to 'aplus.go')
| -rw-r--r-- | aplus.go | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -64,6 +64,7 @@ func launch_aplus(course_code int) string { | |||
| 64 | err := init_aplus_toolid(course_code) | 64 | err := init_aplus_toolid(course_code) |
| 65 | if err != nil { | 65 | if err != nil { |
| 66 | fmt.Println("Failed to get A+ base URL and tool ID. Try again with a different course code.") | 66 | fmt.Println("Failed to get A+ base URL and tool ID. Try again with a different course code.") |
| 67 | fmt.Printf("Error: %s\n", err) | ||
| 67 | os.Exit(1) | 68 | os.Exit(1) |
| 68 | } | 69 | } |
| 69 | 70 | ||
