diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-12 09:17:35 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-12 09:17:35 +0100 |
commit | a1e793e093a47bf5db7f90816430059dbcdf4bf4 (patch) | |
tree | fc199f8c0fb335e616aa12b8fb58b0b0089bf8d0 /bin | |
parent | ddad77216377d9ed1a663fd3d798f1207aec45e7 (diff) |
hafas(1): document -v/--verbose
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hafas | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -367,7 +367,7 @@ hafas - Interface to the HAFAS (e.g. Deutsche Bahn) trip search =head1 SYNOPSIS B<hafas> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] -[B<-s> I<service>] [B<-l> I<language>] I<from> I<to> +[B<-s> I<service>] [B<-l> I<language>] [B<-v>] I<from> I<to> =head1 VERSION @@ -423,6 +423,13 @@ See B<--list> for a list of known services. Planned departure (or arrival) time. Default: now. +=item B<-v>, B<--verbose> + +Show more HAFAS messages, e.g. related to construction sites or Wi-Fi +availability. Repeating B<-v> increases the verbosity. The level, and thus +number of different message types that B<hafas> displays, ranges from 0 (no +B<-v>) to 3 (B<-vvv>). + =item B<-V>, B<--version> Show version information and exit. |