Improve error clarity in cli.editNote

This commit is contained in:
2024-06-05 18:19:01 -04:00
parent dea4f56190
commit 779d9d0c78
+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>