diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-27 10:05:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-27 10:05:36 +0200 |
commit | f7ff1d6cb69fa40c930467fe2b7cc94133ce9fe9 (patch) | |
tree | a23cc8a412da5c453b6123909624738258d00747 | |
parent | e633a0039c4cbe55d670984c2870189b95d161c2 (diff) |
aseag-m(1): fix -v detail
-rwxr-xr-x | bin/aseag-m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index d9a95aa..a602052 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -258,7 +258,7 @@ See DateTime::Format::Duration(3pm) for allowed patterns. =item B<-v>, B<--via> I<stop> -Only show lines which will also service I<stop> after I<name>. With B<-b>, +Only show lines which also serve I<stop>. When used with B<-b>, I<stop> must be in the schedule before I<name>, with B<-f> it may be anywhere, with B<-a> (and by default) it must be after I<name>. |