diff --git a/README.md b/README.md index a0d8b07..404e258 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ After installing, please review the [usage guide](https://github.com/rwinkhart/M ### Release v0.3.0 - [ ] libmutton v0.4.0 - [x] Swap to native (cascade) encryption - - [ ] Add refresh/re-encrypt functionality -- [ ] Re-implement init menu -- [ ] Implement tweak menu + - [x] Add refresh/re-encrypt functionality +- [x] Re-implement init menu +- [x] Implement tweak menu ### Release v0.4.0 - [ ] Switch to fully compliant Markdown (do not preserve new lines) - [ ] Evaluate defaulting to building w/Bean over Glamour diff --git a/docs/man b/docs/man index 9c0ba40..02f6b95 100644 --- a/docs/man +++ b/docs/man @@ -47,6 +47,7 @@ Manually synchronizing entries with the server: help Bring up the help menu version Display version and license information init Set up MUTN (generates libmutton.ini) + tweak Make changes to the libmutton configuration copy Copy details of an entry to your clipboard edit Edit an existing entry gen Generate a new password diff --git a/src/cli/printInfo.go b/src/cli/printInfo.go index 22d3c65..d7b6df5 100644 --- a/src/cli/printInfo.go +++ b/src/cli/printInfo.go @@ -25,6 +25,7 @@ This program comes with absolutely no warranty; type "mutn version" for details. help Bring up this menu version Display version and license information init Set up MUTN (generates libmutton.ini) + tweak Make changes to the libmutton configuration copy Copy details of an entry to your clipboard edit Edit an existing entry gen Generate a new password