diff options
author | ache <ache@FreeBSD.org> | 1997-11-26 01:50:17 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-11-26 01:50:17 +0800 |
commit | 8c08bd6ed56863012bda05941b2cc00d3ed4a9b9 (patch) | |
tree | 3857b1058ff3895c6a2b563a2a689c178240e00a /www/webcopy | |
parent | a5dd85173e404687551dde94a75f21fc5efef502 (diff) | |
download | freebsd-ports-gnome-8c08bd6ed56863012bda05941b2cc00d3ed4a9b9.tar.gz freebsd-ports-gnome-8c08bd6ed56863012bda05941b2cc00d3ed4a9b9.tar.zst freebsd-ports-gnome-8c08bd6ed56863012bda05941b2cc00d3ed4a9b9.zip |
Make default delay visible in help message
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/webcopy/files/patch-ad b/www/webcopy/files/patch-ad new file mode 100644 index 000000000000..37ef6472b50d --- /dev/null +++ b/www/webcopy/files/patch-ad @@ -0,0 +1,19 @@ +*** webcopy.src.orig Tue Nov 25 20:46:36 1997 +--- webcopy.src Tue Nov 25 20:48:57 1997 +*************** +*** 675,681 **** + Usage: $0 [options] http://host:port/path/file [http://proxy:port] + + Options (can be combined): +! -o output to stdout -tdelay set delay seconds + -v verbose mode -wpath set working directory + -q query transfer -xfile set default index.html + -s suppress log -zfile post 'file' or query string +--- 678,684 ---- + Usage: $0 [options] http://host:port/path/file [http://proxy:port] + + Options (can be combined): +! -o output to stdout -tdelay set delay seconds ($delay by default) + -v verbose mode -wpath set working directory + -q query transfer -xfile set default index.html + -s suppress log -zfile post 'file' or query string |