Merge pull request #43 from mperry2/move_send_menu

Move send menu file to $HOME/.clusterssh directory
This commit is contained in:
Duncan Ferguson 2015-10-01 07:32:55 +01:00
commit 94d3bca20e
3 changed files with 5 additions and 5 deletions

View file

@ -97,7 +97,7 @@ my %default_config = (
use_all_a_records => 0,
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu',
send_menu_xml_file => $ENV{HOME} . '/.clusterssh/send_menu',
# don't set username here as takes precendence over ssh config
user => '',

View file

@ -828,7 +828,7 @@ B<NOTE:> Any "generic" change to the method (e.g., specifying the ssh port to us
'C<Control>', 'C<Alt>', 'C<Shift>', 'C<null>'
);
output q{=item F<$HOME/.csshrc_send_menu>};
output q{=item F<$HOME/.clusterssh/send_menu>};
output $self->loc(
q{This (optional) file contains items to populate the send menu. The default entry could be written as:}
);