From 98d7f56eb8b518444c732b53f18b0390a40dc224 Mon Sep 17 00:00:00 2001 From: radhika Date: Wed, 21 Oct 2015 12:23:09 -0400 Subject: [PATCH] 7167: expand the src and dst help messages to list the config parameters that are to be included in the config files. --- tools/keep-rsync/keep-rsync.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/keep-rsync/keep-rsync.go b/tools/keep-rsync/keep-rsync.go index 7cd795ecf3..820772eb5b 100644 --- a/tools/keep-rsync/keep-rsync.go +++ b/tools/keep-rsync/keep-rsync.go @@ -30,12 +30,12 @@ func doMain() error { srcConfigFile := flags.String( "src", "", - "Source configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf") + "Source configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf file. This file is expected to specify the values for ARVADOS_API_TOKEN, ARVADOS_API_HOST, ARVADOS_API_HOST_INSECURE, and ARVADOS_BLOB_SIGNING_KEY for the source.") dstConfigFile := flags.String( "dst", "", - "Destination configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf") + "Destination configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf file. This file is expected to specify the values for ARVADOS_API_TOKEN, ARVADOS_API_HOST, and ARVADOS_API_HOST_INSECURE for the destination.") srcKeepServicesJSON := flags.String( "src-keep-services-json", -- 2.30.2