From fc7ddfc818498cf8c97fe1f12e61fb8209061427 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Fri, 7 Dec 2012 17:30:56 +0530 Subject: [PATCH] (minor) lint had syntax errors thanks to xcat on #gitolite for catching it (shows you how often it gets used I guess!) --- src/commands/sshkeys-lint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/sshkeys-lint b/src/commands/sshkeys-lint index a981a13..5626a27 100755 --- a/src/commands/sshkeys-lint +++ b/src/commands/sshkeys-lint @@ -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.