diff options
| author | vin <git@vineetk.net> | 2024-01-16 15:23:35 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2024-01-16 15:31:04 -0500 |
| commit | 9221051daefc9f8ee5ecf31a3f6974ee3965869c (patch) | |
| tree | 7f1ba66d121bbb7b45b0befe1a747e8fed657280 /main.go | |
| parent | 102a3ef5f38a1861a98c1a0b4c5a1643006cd663 (diff) | |
update readme to the current status of the project
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() { |
