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:
|
try:
|
||||||
cmd = sys.argv[1]
|
cmd = sys.argv[1]
|
||||||
if cmd.startswith("-"):
|
if cmd.startswith("-"):
|
||||||
cmd = "sync"
|
cmd = "pull"
|
||||||
args = sys.argv
|
args = sys.argv
|
||||||
else:
|
else:
|
||||||
args = sys.argv[2:]
|
args = sys.argv[2:]
|
||||||
|
Loading…
Reference in New Issue
Block a user