diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ func usage() { | |||
| 24 | fmt.Println(" -t, --timetable\tlists the class sessions in a course") | 24 | fmt.Println(" -t, --timetable\tlists the class sessions in a course") |
| 25 | fmt.Println(" -v, --verbose\tprints with verbose output") | 25 | fmt.Println(" -v, --verbose\tprints with verbose output") |
| 26 | fmt.Println(" -h, --help\tdisplays this help message") | 26 | fmt.Println(" -h, --help\tdisplays this help message") |
| 27 | fmt.Println(" -p, --profile\twrites cpu profile to a file") | 27 | fmt.Println(" -p, --profile\twrites cpu profile to a file (for debugging/optimizing)") |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | func main() { | 30 | func main() { |
