1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.\" (C) Copyright 2016 Jan Luca Naumann <j.naumann@fu-berlin.de>,
.TH NITROKEY\-APP 1 "4 October 2016" "" "nitrokey-app man page"
.SH NAME
nitrokey-app \- Application to manage the Nitrokey
.SH SYNOPSIS
.B nitrokey-app
.RI [ options ]
.SH DESCRIPTION
.B nitrokey-app
is the official application to manage the features of the Nitrokey.
Nitrokey is an open source/open hardware USB key supporting secure encryption
and signing.
.SH OPTIONS
.TP
.B \-h, \-\-help
Display the help and exit.
.TP
.B \-a, \-\-admin
Enable extra administrative functions
.TP
.B \-d, \-\-debug
Enable debug options
.TP
.B \-\-debugAll
Enable extensive debug options
.TP
.B \-\-lock\-hardware
Enable hardware lock option
.TP
.B \-\-cmd <...>
Start a command line session
.SH AUTHOR
This man page was written by Jan Luca Naumann <j.naumann@fu-berlin.de>.
|