File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2946,10 +2946,15 @@ api_call () {
29462946 if [[ " ${args[*]} " =~ " netrc" || " ${args[*]} " =~ " proxy" || " ${args[*]} " =~ " tokenfile" ]]; then
29472947 cmd_args=" --$auth_method $auth_file $cmd_args "
29482948 fi
2949- echo 1>&2 " ERROR: file '$path ' exists, but it is on tape, and not online." \
2950- " You need to stage it first before you can download it." \
2951- " You can do that with this command:"
2952- echo 1>&2 " $0 --stage $path " " $cmd_args " | tr -d ' \r'
2949+ {
2950+ echo " ERROR: file '$path ' exists, but it is on tape, and not online." \
2951+ " You need to stage it first before you can download it." \
2952+ " You can do that with this command:"
2953+ echo
2954+ echo " $0 --stage $path " " $cmd_args " | tr -d ' \r'
2955+ echo
2956+ echo " Please note, that staging works most efficiently when done in bulk."
2957+ } 1>&2
29532958 exit 1
29542959 fi
29552960 # We can't download through the API; we need a WebDAV door for that.
You can’t perform that action at this time.
0 commit comments