add test-crypto command
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -582,6 +582,23 @@ command = {
|
|||||||
min_args="0"
|
min_args="0"
|
||||||
help = "Issue a certificate"
|
help = "Issue a certificate"
|
||||||
}
|
}
|
||||||
|
command = {
|
||||||
|
name = "test-crypto"
|
||||||
|
option = {
|
||||||
|
long = "pass"
|
||||||
|
type = "strings"
|
||||||
|
argument = "password"
|
||||||
|
help = "password, prompter, or environment"
|
||||||
|
}
|
||||||
|
option = {
|
||||||
|
long = "verbose"
|
||||||
|
type = "flag"
|
||||||
|
help = "verbose printing"
|
||||||
|
}
|
||||||
|
min_args="1"
|
||||||
|
argument="certificates..."
|
||||||
|
help = "Test "
|
||||||
|
}
|
||||||
command = {
|
command = {
|
||||||
name = "help"
|
name = "help"
|
||||||
name = "?"
|
name = "?"
|
||||||
|
Reference in New Issue
Block a user