diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-08-06 18:44:11 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-08-06 18:45:46 +0200 |
commit | 85cda2145bef35b47df0b4e478173092bbf5252b (patch) | |
tree | 09e6341652e820f716caae133884c4e949a0970d | |
parent | 6c99da06378c1fb09ebcfff5ca12d1bc0f1397b5 (diff) |
efa(1): --post is not supported
-rw-r--r-- | Changelog | 1 | ||||
-rwxr-xr-x | bin/efa | 8 |
2 files changed, 1 insertions, 8 deletions
@@ -7,6 +7,7 @@ git HEAD * efa: Add -D/--discover option * efa: Add -A/--auto-url option * Travel::Routing::DE::EFA: Add get_efa_urls method + * efa: Remove unsupported --post option from documentation Travel::Routing::DE::VRR 2.06 - Sat Aug 02 2014 @@ -498,14 +498,6 @@ Travel::Routing::DE::EFA(3pm) for alternatives. Set timeout for HTTP requests. Default: 60 seconds. -=item B<--post> I<key>=I<value> - -Add I<key> with I<value> to the HTTP POST request sent to the EFA server. -This can be used to use setting B<efa> does not yet cover, like -C<--post lineRestriction=400> to also show IC and ICE trains. -Note that B<--post> will be overridden by the standard efa options, such as -B<--time> - =item B<-v>|B<--version> Print version information |