diff options
Diffstat (limited to 'usr.bin/sectok/cmds.c')
-rw-r--r-- | usr.bin/sectok/cmds.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/sectok/cmds.c b/usr.bin/sectok/cmds.c index 89d259db539..8a019a45690 100644 --- a/usr.bin/sectok/cmds.c +++ b/usr.bin/sectok/cmds.c @@ -1,4 +1,4 @@ -/* $Id: cmds.c,v 1.4 2001/07/16 21:02:21 rees Exp $ */ +/* $Id: cmds.c,v 1.5 2001/07/16 23:09:36 rees Exp $ */ /* * Smartcard commander. @@ -74,11 +74,12 @@ struct { { "jdefault", "[ -d ]", jdefault }, { "jatr", "", jatr }, { "jdata", "", jdata }, - { "jaut", "[ -v ]", jaut }, + { "jaut", "[ -d ] [ -v ] [ -x hex-aut0 ]", jaut }, { "jload", "[ -p progID ] [ -c contID ] [ -s cont_size ] [ -i inst_size ] [ -a aid ] filename", jload }, { "junload", "[ -p progID ] [ -c contID ]", junload }, { "jselect", "[ -a aid ]", jselect }, { "jdeselect", "", jdeselect }, + { "setpass", "[ -d ] [ -x hex-aut0 ]", jsetpass }, { NULL, NULL, NULL } }; |