diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-12-13 18:47:32 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-12-13 18:47:38 +0100 |
commit | 6a80e156dd2838f39c3874a4c72f6a533d9f816e (patch) | |
tree | 7a9d152c34e90c79eb462f52325acaf5dd4d313f /contrib | |
parent | c8d3d87c84c27addf261a1afb051af6c548eee14 (diff) | |
download | calcurse-6a80e156dd2838f39c3874a4c72f6a533d9f816e.tar.gz calcurse-6a80e156dd2838f39c3874a4c72f6a533d9f816e.zip |
calcurse-caldav: Fix scrambled comment
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/caldav/calcurse-caldav.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/caldav/calcurse-caldav.py b/contrib/caldav/calcurse-caldav.py index dca997e..7f662c0 100755 --- a/contrib/caldav/calcurse-caldav.py +++ b/contrib/caldav/calcurse-caldav.py @@ -525,8 +525,8 @@ try: ' --init=keep-local Remove all remote objects\n' + ' --init=two-way Copy local items to the server and vice versa') - # Query the server and build a dictionary that maps ETags to paths on the - # server. + # Query the server and compute a lookup table that maps each path to its + # current ETag. etagdict = get_etags(conn) # Compute object diffs. |