diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scdaemon.texi | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 81af28105..0c984162c 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -332,6 +332,21 @@ This option disables the use of the card application named @var{name}. This is mainly useful for debugging or if a application with lower priority should be used by default. +@item --application-priority @var{namelist} +@opindex application-priority +This option allows to change the order in which applications of a card +a tried if no specific application was requested. @var{namelist} is a +space or comma delimited list of application names. Unknown names are +simply skipped. Applications not mentioned in the list are put in the +former order at the end of the new priority list. + +To get the list of current active applications, use +@cartouche +@smallexample + gpg-connect-agent 'scd getinfo app_list' /bye +@end smallexample +@end cartouche + @end table All the long options may also be given in the configuration file after @@ -767,4 +782,3 @@ length up to N bytes. If N is not given a default value is used @command{gpg2}(1) @end ifset @include see-also-note.texi - |