made help menu more accurate

This commit is contained in:
boofnet
2022-04-20 21:55:52 -04:00
parent 19ff0c2b64
commit 414080838f
+2 -2
View File
@@ -1,7 +1,7 @@
// ============================================================================= // =============================================================================
// Auth: Alex Celani // Auth: Alex Celani
// File: tdm.go // File: tdm.go
// Revn: 04-20-2022 5.2 // Revn: 04-20-2022 6.0
// //
// Func: display and manage progress of a litany of items to be done, // Func: display and manage progress of a litany of items to be done,
// with an organization scheme similar to Trello. It's CLI // with an organization scheme similar to Trello. It's CLI
@@ -117,7 +117,7 @@
// /show/ to print boards or tasks // /show/ to print boards or tasks
// 04-15-2022: added new function, Help() for when functions fail // 04-15-2022: added new function, Help() for when functions fail
// added /about/ section to help() // added /about/ section to help()
// 04-20-2022: fixed bug where keyboard interrupts would fail to write //*04-20-2022: fixed bug where keyboard interrupts would fail to write
// data out to file // data out to file
// //
// ============================================================================= // =============================================================================