From: jacob Date: Tue, 21 Oct 2003 13:26:12 +0000 (+0000) Subject: Fix usage comments X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/8a646d926c4bfb1848cbd660e5218dea04a1bd63?ds=inline Fix usage comments git-svn-id: svn://svn.tartarus.org/sgt/putty@3519 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/contrib/kh2reg.py b/contrib/kh2reg.py index c6752eb3..98f4868c 100755 --- a/contrib/kh2reg.py +++ b/contrib/kh2reg.py @@ -1,12 +1,12 @@ #! /usr/bin/env python -# $Id: kh2reg.py,v 1.2 2003/10/14 23:23:28 jacob Exp $ +# $Id: kh2reg.py,v 1.3 2003/10/21 13:26:12 jacob Exp $ # Convert OpenSSH known_hosts and known_hosts2 files to "new format" PuTTY # host keys. # usage: -# kh2reg.py [ -win ] known_hosts1 2 3 4 ... > hosts.reg +# kh2reg.py [ --win ] known_hosts1 2 3 4 ... > hosts.reg # Creates a Windows .REG file (double-click to install). -# kh2reg.py -unix known_hosts1 2 3 4 ... > sshhostkeys +# kh2reg.py --unix known_hosts1 2 3 4 ... > sshhostkeys # Creates data suitable for storing in ~/.putty/sshhostkeys (Unix). # Line endings are someone else's problem as is traditional. # Developed for Python 1.5.2.