Changeset 844 in openpam
- Timestamp:
- Nov 25, 2014, 2:01:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/oathkey/oathkey.c
r842 r844 359 359 { 360 360 fprintf(stderr, 361 "usage: oathkey [-h vw] [-u user] [-k keyfile] <command>\n"361 "usage: oathkey [-hrvw] [-u user] [-k keyfile] <command>\n" 362 362 "\n" 363 363 "Commands:\n" … … 383 383 * Parse command-line options 384 384 */ 385 while ((opt = getopt(argc, argv, "hk: u:vw")) != -1)385 while ((opt = getopt(argc, argv, "hk:ru:vw")) != -1) 386 386 switch (opt) { 387 387 case 'k':
Note: See TracChangeset
for help on using the changeset viewer.