Update print usage
This commit is contained in:
parent
57828f39be
commit
746859c70e
@ -114,9 +114,9 @@ void print_usage()
|
|||||||
printf_s(" Flags:\n\n");
|
printf_s(" Flags:\n\n");
|
||||||
printf_s(" -h \t print this message\n");
|
printf_s(" -h \t print this message\n");
|
||||||
printf_s(" <label> \t get password of this label can use GLOB\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(" -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(" -s <label> \t show password for this label\n");
|
||||||
printf_s(" -l \t list all labels\n");
|
printf_s(" -l \t list all labels\n");
|
||||||
printf_s(" -p \t print all passwords\n");
|
printf_s(" -p \t print all passwords\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user