File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
.\"
2
2
.\"
3
- .TH AKT 1 "Mar 25 , 2023" "Ada Keystore Tool"
3
+ .TH AKT 1 "Apr 2 , 2023" "Ada Keystore Tool"
4
4
.SH NAME
5
5
akt - Tool to protect your sensitive data with secure storage
6
6
.SH SYNOPSIS
@@ -419,9 +419,11 @@ option prevents the output of the trailing newline.
419
419
.SS The otp command
420
420
.RS 0
421
421
.nf
422
- akt \fB otp \fI keystore.akt \fR \fI name \fR\fR
422
+ akt \fB otp \fI keystore.akt \fR [--interactive] [--force]\fR
423
+ .nf
424
+ akt \fB otp \fI keystore.akt \fR [--remove] \fI name \fR\fR
423
425
.br
424
- akt \fB otp \fI keystore.akt \fR otpauth://totp/\fI account \fR ?secret=\fI secret \fR &issuer=\fI issuer \fR\fR
426
+ akt \fB otp \fI keystore.akt \fR [--force] otpauth://totp/\fI account \fR ?secret=\fI secret \fR &issuer=\fI issuer \fR\fR
425
427
.fi
426
428
.RE
427
429
.PP
@@ -432,7 +434,12 @@ generation for a two factor authentication. When an otpauth://totp/ string is g
432
434
is extracted and it is inserted in the wallet. When an account name
433
435
or issuer name is given, the command uses the secret to generate
434
436
the 6 digit codes for the authentication. When no parameter are given
435
- the command gives a list of known otpauth URI.
437
+ the command gives a list of known otpauth URI. The
438
+ .I --interactive
439
+ option can be used to let the command ask several questions to enter the different fields separately.
440
+ The
441
+ .I --force
442
+ option can be used to force the update of the otpauth URI.
436
443
.\"
437
444
.\"
438
445
.SS The password-add command
You can’t perform that action at this time.
0 commit comments