Browse Source

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

add-new-addtext-command
Luke Murphy 5 years ago
parent
commit
e57e6c9b6b
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      bin/etherdump

2
bin/etherdump

@ -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…
Cancel
Save