Remove old command name and use new one. Sync -> Pull.

This commit is contained in:
Luke Murphy 2018-12-18 12:19:12 +01:00
parent e5987cdd12
commit e57e6c9b6b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -28,7 +28,7 @@ For more information on each command try:
try:
cmd = sys.argv[1]
if cmd.startswith("-"):
cmd = "sync"
cmd = "pull"
args = sys.argv
else:
args = sys.argv[2:]