diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-02-07 17:42:16 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-02-07 17:42:16 +0100 |
commit | 44c5cb4ea124177a53dd7e35edfe554005cde8a5 (patch) | |
tree | 15fe283f33551a9ed97356bf137df8b9694a0104 | |
parent | 1f525e4deebe20782f849f86cfb4e7c347bd33e3 (diff) |
dbris(1): document --with-offers and --with-upsell-offers
-rwxr-xr-x | bin/dbris | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -592,6 +592,16 @@ for 90 seconds in F<~/.cache/Travel-Routing-DE-DBRIS> (or a path relative to C<$XDG_CACHE_HOME>, if set). Use this option to disable caching. You can use B<--cache> to re-enable it. +=item B<-o>, B<--with-offers> + +(EXPERIMENTAL) +Request offers (e.g. local transit tickets, super saver tickets, flex tickets) +and list their prices, terms, and conditions for each connection. +Note that this option is still work-in-progress and may miss important details. +Offers consisting of multiple components (e.g. "buy a BahnCard 25 and then buy +a cheaper ticket for this connection") are not supported yet. +See also B<--with-upsell-offers>. + =item B<-p>, B<--passengers> I<type>[:I<discounts>,...][B<;>I<type>[:I<discounts>,...]B<;>...] Use the specified passenger information to request ticket offers and show the @@ -626,6 +636,11 @@ quality of service issues or announcements. Show version information and exit. +=item B<--with-upsell-offers> + +Include upsell offers such as "travel first class instead of second class". +Must be used with B<-o> / B<--with-offers>. + =back =head1 EXIT STATUS |