1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Support sh/csh syntax switching for Unix Pageant.

This commit is contained in:
Simon Tatham
2016-03-25 16:43:59 +00:00
parent 52746ae793
commit fc77fa0b8b
2 changed files with 47 additions and 3 deletions

View File

@ -260,6 +260,14 @@ output.
}
\dt \cw{-s}, \cw{-c}
\dd Force Pageant to output its environment setup commands in the
style of POSIX / Bourne shells (\cw{-s}) or C shells (\cw{-c})
respectively. If neither option is given, Pageant will guess based on
whether the environment variable \cw{SHELL} has a value ending in
\cq{csh}.
\dt \cw{--help}
\dd Print a brief summary of command-line options and terminate.