From b7bd5fa604c994660fd4718e503484a65973a5c2 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Mon, 21 Nov 2022 17:52:09 +0000 Subject: Add default issuer option --- Readme.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Readme.textile') diff --git a/Readme.textile b/Readme.textile index d824368..5f4825e 100644 --- a/Readme.textile +++ b/Readme.textile @@ -32,11 +32,11 @@ p. If a HOTP code is requested, the file will be canoncalised. p. Each issuer should appear on it's own line with the following format: -bc. Method Issuer Secret [TDC [Length [Hash]]] +bc. [*]Method Issuer Secret [TDC [Length [Hash]]] h4. Required fields -- Method := The OTP type, currently @totp@ or @hotp@. +- Method := The OTP type, currently @totp@ or @hotp@. Optionally, prefixing the method with an asterisk specifies this is the default issuer to be used if one is not specified on the command line. - Issuer := Human name to identify this issuer. - Secret := The BASE32 shared secret. -- cgit v1.2.3