Remove old command name and use new one. Sync -> Pull.
This commit is contained in:
parent
e5987cdd12
commit
e57e6c9b6b
@ -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:]
|
||||
|
Loading…
Reference in New Issue
Block a user