(minor) lint had syntax errors

thanks to xcat on #gitolite for catching it
(shows you how often it gets used I guess!)
redis
Sitaram Chamarty 2012-12-07 17:30:56 +05:30
parent f1c69a3ec0
commit fc7ddfc818
1 changed files with 2 additions and 2 deletions

View File

@ -177,9 +177,9 @@ Look for potential problems in ssh keys.
sshkeys-lint expects:
- the contents of an authorized_keys file via STDIN, otherwise it uses
$HOME/.ssh/authorized_keys
\$HOME/.ssh/authorized_keys
- one or more pubkey filenames as arguments, otherwise it uses all the keys
found (recursively) in $HOME/.gitolite/keydir
found (recursively) in \$HOME/.gitolite/keydir
The '-q' option will print only warnings instead of all mappings.