| commit | f0858de6e1324ec730752387074b111b8551081e | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Sun Apr 20 13:01:30 2014 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Sun Apr 20 13:01:30 2014 +1000 |
| tree | 99f994b3ec292ddcfa0f82386270f760810abe97 | |
| parent | 94bfe0fbd6e91a56b5b0ab94ac955d2a67d101aa [diff] |
- deraadt@cvs.openbsd.org 2014/03/15 17:28:26
[ssh-agent.c ssh-keygen.1 ssh-keygen.c]
Improve usage() and documentation towards the standard form.
In particular, this line saves a lot of man page reading time.
usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1]
[-N new_passphrase] [-C comment] [-f output_keyfile]
ok schwarze jmc