diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-07-06 09:45:31 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-07-06 09:45:31 +0200 |
| commit | cb2c4cd3465a03aa2e48744c30d37b2f62e547c2 (patch) | |
| tree | e0bf417f268fb18adc5ed0f9ad72f57fcd04f793 | |
| parent | c4fac72dafff6906db89e65ffcddba20e797deae (diff) | |
| download | geldschieberbot-cb2c4cd3465a03aa2e48744c30d37b2f62e547c2.tar.gz geldschieberbot-cb2c4cd3465a03aa2e48744c30d37b2f62e547c2.zip | |
fix wording of car command help
| -rw-r--r-- | geldschieberbot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geldschieberbot.py b/geldschieberbot.py index 14d3616..6b1b086 100644 --- a/geldschieberbot.py +++ b/geldschieberbot.py @@ -193,7 +193,7 @@ class Geldschieberbot: cars [list | ls] - list available cars and their service charge cars add car-name service-charge - add new car cars new car-name service-charge - add new car - cars remove car-name - remove new car + cars remove car-name - remove a car cars pay car-name amount - pay a bill for the specified car tanken amount [person] [car] [info] - calculate fuel costs, service charge and add them to the person's and car's balance respectively |
