Update readme

This commit is contained in:
Nikola Petrov
2024-07-22 16:12:04 +02:00
parent b08c1651e6
commit 375bd753e9
2 changed files with 25 additions and 7 deletions

View File

@@ -21,10 +21,10 @@ void print_args()
printf(" password_manager.exe [flags]\n\n");
printf(" Flags:\n\n");
printf(" -h print this message\n");
printf(" <label> get password of this label can use GLOB\n");
printf(" -g <label> generate password of this label (or update if exists)\n");
printf(" <label> get password for this label can use GLOB\n");
printf(" -g <label> generate password for this label (or update if exists)\n");
printf(" -i <label> input new password for this label (or update if exists)\n");
printf(" -d <label> delete password of this label\n");
printf(" -d <label> delete password for this label\n");
printf(" -s <label> show password for this label\n");
printf(" -u <label> update username for this label\n");
printf(" -n <label> update label name\n");