Advertise "tweak" argument

This commit is contained in:
2025-06-01 11:55:59 -04:00
parent 59cb9ac0d1
commit 05f95a4c0c
3 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -26,9 +26,9 @@ After installing, please review the [usage guide](https://github.com/rwinkhart/M
### Release v0.3.0 ### Release v0.3.0
- [ ] libmutton v0.4.0 - [ ] libmutton v0.4.0
- [x] Swap to native (cascade) encryption - [x] Swap to native (cascade) encryption
- [ ] Add refresh/re-encrypt functionality - [x] Add refresh/re-encrypt functionality
- [ ] Re-implement init menu - [x] Re-implement init menu
- [ ] Implement tweak menu - [x] Implement tweak menu
### Release v0.4.0 ### Release v0.4.0
- [ ] Switch to fully compliant Markdown (do not preserve new lines) - [ ] Switch to fully compliant Markdown (do not preserve new lines)
- [ ] Evaluate defaulting to building w/Bean over Glamour - [ ] Evaluate defaulting to building w/Bean over Glamour
+1
View File
@@ -47,6 +47,7 @@ Manually synchronizing entries with the server:
help Bring up the help menu help Bring up the help menu
version Display version and license information version Display version and license information
init Set up MUTN (generates libmutton.ini) init Set up MUTN (generates libmutton.ini)
tweak Make changes to the libmutton configuration
copy Copy details of an entry to your clipboard copy Copy details of an entry to your clipboard
edit Edit an existing entry edit Edit an existing entry
gen Generate a new password gen Generate a new password
+1
View File
@@ -25,6 +25,7 @@ This program comes with absolutely no warranty; type "mutn version" for details.
help Bring up this menu help Bring up this menu
version Display version and license information version Display version and license information
init Set up MUTN (generates libmutton.ini) init Set up MUTN (generates libmutton.ini)
tweak Make changes to the libmutton configuration
copy Copy details of an entry to your clipboard copy Copy details of an entry to your clipboard
edit Edit an existing entry edit Edit an existing entry
gen Generate a new password gen Generate a new password