diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2023-01-16 19:48:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 19:48:26 +0100 |
commit | 4dcc579cc60f245b819b5cc5926e63244c6e32af (patch) | |
tree | ed0b2f9a9dd680c8faa83d0d4d02fd730e33d193 | |
parent | 627a0b62b48a47d7991bbc4555dd1aadd70ac624 (diff) | |
parent | 6ab80717912f091e848d25c9769a430157ca36c1 (diff) | |
download | calendar-cli-4dcc579cc60f245b819b5cc5926e63244c6e32af.zip |
Merge pull request #103 from fauxmight/kal-to-plann-fixes
Correct SOME references to kal -> plann
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | calendar_cli/legacy.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -201,4 +201,4 @@ Objectives Roadmap ------- -See https://github.com/tobixen/kal for the direction the project is heading. +See https://github.com/tobixen/plann for the direction the project is heading. diff --git a/calendar_cli/legacy.py b/calendar_cli/legacy.py index 4ad839a..45b96d1 100755 --- a/calendar_cli/legacy.py +++ b/calendar_cli/legacy.py @@ -3,7 +3,7 @@ """ https://github.com/tobixen/calendar-cli/ - high-level cli against caldav servers. -This is the legacy calendar-cli. A new interface is being built in cal.py - aka kal +This is the legacy calendar-cli. A new interface is being built in cal.py - aka plann Feedback/wishes/discussions on the new cli can be held at https://github.com/tobixen/calendar-cli/issues/88 @@ -697,7 +697,7 @@ def main(): the main function does (almost) nothing but parsing command line parameters """ # sys.stderr.write(""" -#The calendar-cli command is slowly being deprecated in favor of kal +#The calendar-cli command is slowly being deprecated in favor of plann #Check https://github.com/tobixen/calendar-cli/issues/88 #""") |