]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Revamp of command-line handling. Most command line options should
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Aug 2002 21:18:56 +0000 (21:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Aug 2002 21:18:56 +0000 (21:18 +0000)
commit118fc8c81e6a850adbcc8dda409d9c10875eae7d
tree23ea15186def4272becc1975cb3e2f476bcb15b8
parent949cecd569fc1f6876f35cb19a067462add74ab8
Revamp of command-line handling. Most command line options should
now be processed in cmdline.c, which is called from all utilities
(well, not Pageant or PuTTYgen). This should mean we get to
standardise almost all options across almost all tools. Also one
major change: `-load' is now the preferred option for loading a
saved session in PuTTY proper. `@session' still works but is
deprecated.

[originally from svn r1799]
Recipe
cmdline.c [new file with mode: 0644]
console.c
plink.c
psftp.c
putty.h
scp.c
ssh.c
window.c
winstuff.h
winutils.c [new file with mode: 0644]