From: radhika Date: Wed, 21 Oct 2015 16:23:09 +0000 (-0400) Subject: 7167: expand the src and dst help messages to list the config parameters that are... X-Git-Tag: 1.1.0~1296^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/98d7f56eb8b518444c732b53f18b0390a40dc224 7167: expand the src and dst help messages to list the config parameters that are to be included in the config files. --- 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",