summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-16 15:23:35 -0500
committervin <git@vineetk.net>2024-01-16 15:31:04 -0500
commit9221051daefc9f8ee5ecf31a3f6974ee3965869c (patch)
tree7f1ba66d121bbb7b45b0befe1a747e8fed657280 /main.go
parent102a3ef5f38a1861a98c1a0b4c5a1643006cd663 (diff)
update readme to the current status of the project
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cd110ad..c3fe1a5 100644
--- a/main.go
+++ b/main.go
@@ -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
30func main() { 30func main() {