Changeset 26158 for trunk/DataStore/scripts/dsget
- Timestamp:
- Nov 16, 2009, 3:51:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/scripts/dsget (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/scripts/dsget
r25692 r26158 28 28 $timeout, 29 29 @xattrs, 30 $no_proxy, 30 31 ); 31 32 … … 44 45 'timeout|t=s' => \$timeout, 45 46 'xattr|x=s' => \@xattrs, 47 'no-proxy' => \$no_proxy, 46 48 ) or pod2usage( 2 ); 47 49 … … 80 82 # default http request timeout is 30s 81 83 $timeout ||= 30; 84 $no_proxy = 0 if !defined $no_proxy; 82 85 83 86 my %p = ( … … 140 143 filename => $tmpfilename, 141 144 ua_args => { timeout => $timeout }, 145 no_proxy => $no_proxy, 142 146 ); 143 147 … … 302 306 Optional. 303 307 308 =item * --no-proxy 309 310 Do not load proxy environment variables. 311 312 Optional. 313 304 314 =item * --copies <n> 305 315
Note:
See TracChangeset
for help on using the changeset viewer.
