diff --git a/src/tools/opensc-explorer.c b/src/tools/opensc-explorer.c index d45c597e..159dfa8c 100644 --- a/src/tools/opensc-explorer.c +++ b/src/tools/opensc-explorer.c @@ -121,61 +121,61 @@ struct command { static struct command cmds[] = { { do_echo, - "echo", "[ ..]", + "echo", "[ ...]", "display arguments" }, { do_ls, - "ls", "[ ..]", + "ls", "[ ...]", "list files in the current DF" }, { do_find, - "find", "[ []]", + "find", "[ []]", "find all files in the current DF" }, { do_find_tags, - "find_tags", "[ []]", + "find_tags", "[ []]", "find all tags of data objects in the current context" }, { do_cd, - "cd", "{.. | | aid:}", + "cd", "{.. | | aid:}", "change to another DF" }, { do_cat, - "cat", "[ | sfi:]" + "cat", "[ | sfi:]" , "print the contents of an EF" }, { do_info, - "info", "[]", + "info", "[]", "display attributes of card file" }, { do_create, - "create", " ", + "create", " ", "create a new EF" }, { do_mkdir, - "mkdir", " ", + "mkdir", " ", "create a new DF" }, { do_delete, - "delete", "", + "delete", "", "remove an EF/DF" }, { do_delete, - "rm", "", + "rm", "", "remove an EF/DF" }, { do_pininfo, - "pin_info", "{CHV|KEY|AUT|PRO}", + "pin_info", "{CHV|KEY|AUT|PRO}", "get information on PIN or key from the card" }, { do_verify, - "verify", "{CHV|KEY|AUT|PRO} []", + "verify", "{CHV|KEY|AUT|PRO} []", "present a PIN or key to the card" }, { do_change, - "change", "CHV [[] ]", + "change", "CHV [[] ]", "change a PIN" }, { do_unblock, - "unblock", "CHV [ []]", + "unblock", "CHV [ []]", "unblock a PIN" }, { do_put, - "put", " []", + "put", " []", "copy a local file to the card" }, { do_get, - "get", " []", + "get", " []", "copy an EF to a local file" }, { do_get_data, - "do_get", " []", + "do_get", " []", "get a data object" }, { do_put_data, - "do_put", " ", + "do_put", " ", "put a data object" }, { do_erase, "erase", "", @@ -184,19 +184,19 @@ static struct command cmds[] = { "random", "", "obtain random bytes from card" }, { do_update_record, - "update_record", " ", + "update_record", " ", "update record" }, { do_update_binary, - "update_binary", " ", + "update_binary", " ", "update binary" }, { do_apdu, - "apdu", "+", + "apdu", " ...", "send a custom apdu command" }, { do_asn1, - "asn1", "[]", + "asn1", "[]", "decode an ASN.1 file" }, { do_sm, - "sm", "open|close", + "sm", "{open|close}", "call SM 'open' or 'close' handlers, if available"}, { do_debug, "debug", "[]",