Documentation error for 'autoclose' option in 4.02_03
Cluster administration tool
Brought to you by:
duncan_ferguson
'man cssh' and 'cssh --help' report:
--autoclose,-A <seconds>
Number of seconds to wait before closing finished terminal windows.
and later:
--use_all_a_records,-A
duplicating the -A. Seems this is purely a documentation error, though, as @options_spec in ClusterSSH.pm says autoclose uses -K on line 112:
'autoclose|K=i',
Fixed and released in 4.02_04
Thanks
Duncs