Update print usage

This commit is contained in:
Nikola Petrov 2023-08-27 16:42:20 +02:00
parent 57828f39be
commit 746859c70e

View File

@ -114,9 +114,9 @@ void print_usage()
printf_s(" Flags:\n\n");
printf_s(" -h \t print this message\n");
printf_s(" <label> \t get password of this label can use GLOB\n");
printf_s(" -g <label> \t generate or update password of this label\n");
printf_s(" -g <label> \t generate password of this label (or update if exists)\n");
printf_s(" -d <label> \t delete password of this label\n");
printf_s(" -i <label> \t input password for this label\n");
printf_s(" -i <label> \t input password for this label (or update if exists)\n");
printf_s(" -s <label> \t show password for this label\n");
printf_s(" -l \t list all labels\n");
printf_s(" -p \t print all passwords\n");