diff --git a/lib/App/ClusterSSH/Getopt.pm b/lib/App/ClusterSSH/Getopt.pm index 2b17747..57d7fce 100644 --- a/lib/App/ClusterSSH/Getopt.pm +++ b/lib/App/ClusterSSH/Getopt.pm @@ -744,6 +744,14 @@ B Any "generic" change to the method (e.g., specifying the ssh port to us 'F<$HOME/.Xdefaults>', 'F<$HOME/.Xresources>' ); + output '=item terminal_chdir = 0'; + output $self->loc(q{When non-0, set the working directory for each terminal as per '[_1]'}, 'L' ); + + output '=item terminal_chdir_path = $HOME/.clusterssh/work/%s'; + output $self->loc( + q{Path to use as working directory for each terminal when '[_1]' is enabled. The path provided is passed through the macro parser (see the section above on '[_2]'.','L','L' }, + ); + output '=item terminal_font = 6x13'; output $self->loc( q{Font to use in the terminal windows. Use standard X font notation.}