Update readme
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user