aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mman/w3mman.in
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-04-07 15:31:52 +0000
committerDai Sato <satodai@w3m.jp>2006-04-07 15:31:52 +0000
commit608eca22f68213a42c0fc819bebfe1dac4968b05 (patch)
treed9186b2d1ad2ce5bd7e05225a65590012ee4e5ac /scripts/w3mman/w3mman.in
parentrewind to 10 Feb 2006. (diff)
downloadw3m-608eca22f68213a42c0fc819bebfe1dac4968b05.tar.gz
w3m-608eca22f68213a42c0fc819bebfe1dac4968b05.zip
rewind to 10 Feb 2006.
Diffstat (limited to '')
-rw-r--r--scripts/w3mman/w3mman.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/w3mman/w3mman.in b/scripts/w3mman/w3mman.in
index 6a27e70..6c6f65d 100644
--- a/scripts/w3mman/w3mman.in
+++ b/scripts/w3mman/w3mman.in
@@ -8,7 +8,6 @@ sub usage {
($_ = $0) =~ s@.*/@@;
print STDERR "$_ [-M <path>] [[<section>] <command>]\n";
print STDERR "$_ [-M <path>] [-k <keyword>]\n";
- print STDERR "$_ [-l <file>]\n";
exit 1;
}
@@ -21,10 +20,6 @@ while (@ARGV) {
} elsif (/^-k$/) {
@ARGV || &usage();
$query = "?keyword=" . &form_encode(shift @ARGV);
- } elsif (/^-l$/) {
- @ARGV || &usage();
- $query = "?quit=ok&local=" . &form_encode(shift @ARGV);
- $query .= "&pwd=" . &form_encode($ENV{'PWD'});
} elsif (/^-/) {
&usage();
} elsif (/^\d/ || $_ eq 'n') {