mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-03 15:47:52 +03:00
yubioath cli: use better description for oath-type
Since the "algorithm" is the HMAC variant. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
This commit is contained in:
parent
058ddbfc01
commit
a36290fd1f
@ -136,7 +136,7 @@ def show(ctx, query, slot1, slot2, timestamp):
|
||||
@click.option('-S', '--destination', type=click.IntRange(0, 2), default=0)
|
||||
@click.option('-N', '--name', required=False, help='Credential name.')
|
||||
@click.option('-A', '--oath-type', type=click.Choice(['totp', 'hotp']),
|
||||
default='totp', help='OATH algorithm.')
|
||||
default='totp', help='Specify whether this is a time or counter-based OATH credential.')
|
||||
@click.option('-D', '--digits', type=click.Choice(['6', '8']), default='6',
|
||||
callback=lambda c, p, v: int(v), help='Number of digits.')
|
||||
@click.option('-I', '--imf', type=int, default=0, help='Initial moving factor.')
|
||||
|
Loading…
Reference in New Issue
Block a user