Improve error clarity in cli.editNote

This commit is contained in:
2024-06-05 18:19:01 -04:00
parent dbcd71b5ca
commit 4844620ed1
2 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -88,13 +88,13 @@ func WriteConfig(configFileMap map[string]string, append bool) {
// libmutton.ini layout
// [LIBMUTTON]
// gpgID = <gpg key id>
// textEditor = <editor command>
// textEditor = <editor command> TODO move to MUTN section heading, as it only applies to the CLI implementation
// sshUser = <remote user>
// sshIP = <remote ip>
// sshPort = <remote ssh port>
// sshKey = <ssh private key identity file path>
// sshKeyProtected = <true/false>
// netPinEnabled = <true/false>
// netPinEnabled = <true/false> TODO netPin functionality not yet implemented
// sshEntryRoot = <remote entry root>
// sshIsWindows = <true/false>