From 101c876ff6fe78fa5a070d9e73fa7722c6b1e981 Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 16 Nov 2018 09:37:31 -0600 Subject: [PATCH] LP1803729 action_trigger_aggregator.pl help indicates the wrong bash argument for remote-acct Fixed the help message action_trigger_aggregator.pl to agree with the code Signed-off-by: blake Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- Open-ILS/src/support-scripts/action_trigger_aggregator.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl index 9da5f6fd9c..726b30cf91 100755 --- a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl +++ b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl @@ -73,7 +73,7 @@ $0 \ --end-date 2012-01-07 \ --output-file 2012-01-07.notify.csv \ --local-dir /var/run/evergreen/csv \ - --remote-account 6 + --remote-acct 6 Options @@ -104,7 +104,7 @@ Options Local directory where the output-file is placed. If --cleanup is set, this is used as the tmp directory for file generation - --remote-account + --remote-acct Evergreen config.remote_account ID If set, the output-file will be sent via sFTP/SCP to this server. -- 2.43.2