From 414080838f1d03b9230c6ca8952fd3d7f953538f Mon Sep 17 00:00:00 2001 From: boofnet Date: Wed, 20 Apr 2022 21:55:52 -0400 Subject: [PATCH] made help menu more accurate --- tdm.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdm.go b/tdm.go index 2b816cd..5100ecb 100644 --- a/tdm.go +++ b/tdm.go @@ -1,7 +1,7 @@ // ============================================================================= // Auth: Alex Celani // 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, // with an organization scheme similar to Trello. It's CLI @@ -117,7 +117,7 @@ // /show/ to print boards or tasks // 04-15-2022: added new function, Help() for when functions fail // 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 // // =============================================================================