mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Simplify main help text
This commit is contained in:
parent
d16721cde8
commit
e72dc441a5
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ def _check_python2(config):
|
||||||
@catch_errors
|
@catch_errors
|
||||||
def app(ctx, config):
|
def app(ctx, config):
|
||||||
'''
|
'''
|
||||||
vdirsyncer -- synchronize calendars and contacts
|
Synchronize calendars and contacts
|
||||||
'''
|
'''
|
||||||
from .config import load_config
|
from .config import load_config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue