sort parameters and close a list

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9227 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-11-29 18:20:06 +00:00
parent 5224b6daa2
commit 48826733ac
2 changed files with 25 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
.Nd
print lists of one-time passwords
.Sh SYNOPSIS
.Ar otp
.Nm otp
.Op Fl n Ar count
.Op Fl e
.Op Fl h
@@ -32,14 +32,6 @@ each password with six short english words.
.Pp
Options are:
.Bl -tag -width Ds
.It Fl n
Print
.Ar count
one-time passwords, starting at
.Ar sequence-number
and going backwards. The default is 10.
.It Fl h
Print the passwords in hex.
.It Fl e
Print the passwords in ``extended'' format. In this format a prefix
that says ``hex:'' or ``word:'' is included.
@@ -47,5 +39,14 @@ that says ``hex:'' or ``word:'' is included.
To choose a different
.Ar algorithm
from the default md5. Pick any of: md4, md5, and sha.
.It Fl h
Print the passwords in hex.
.It Fl n
Print
.Ar count
one-time passwords, starting at
.Ar sequence-number
and going backwards. The default is 10.
.El
.Sh SEE ALSO
.Xr otp 1