diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-23 12:14:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-23 12:14:17 +0200 |
commit | baf4b395a656d792114572f0c6a94f3311f22a2b (patch) | |
tree | 8e7021ab2d03ba5a67ff592c64cfd25add568775 | |
parent | a76aab8f96eb0798dfe6b307fa04d04e4e41d16b (diff) |
efa(1): --from and --to are no longer mandatory
-rwxr-xr-x | bin/efa | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -312,11 +312,11 @@ It sends the specified information to the online form and displays the results =over -=item B<--from> I<city> I<stop> (mandatory) +=item B<--from> I<city> I<stop> Departure place -=item B<--to> I<city> I<stop> (mandatory) +=item B<--to> I<city> I<stop> Arrival place |