From 779d9d0c78caf64fad3cc05112475fb229cc8a39 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 5 Jun 2024 18:19:01 -0400 Subject: [PATCH] Improve error clarity in cli.editNote --- src/backend/configParser.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/configParser.go b/src/backend/configParser.go index 4713c20..5e98467 100644 --- a/src/backend/configParser.go +++ b/src/backend/configParser.go @@ -88,13 +88,13 @@ func WriteConfig(configFileMap map[string]string, append bool) { // libmutton.ini layout // [LIBMUTTON] // gpgID = -// textEditor = +// textEditor = TODO move to MUTN section heading, as it only applies to the CLI implementation // sshUser = // sshIP = // sshPort = // sshKey = // sshKeyProtected = -// netPinEnabled = +// netPinEnabled = TODO netPin functionality not yet implemented // sshEntryRoot = // sshIsWindows =