typo
This commit is contained in:
parent
164c896e1e
commit
c5642f9199
|
@ -85,7 +85,7 @@ def gtk_quit():
|
|||
argv_len = len(sys.argv)
|
||||
|
||||
if argv_len < 2 or sys.argv[1] not in commands: # no args or bad args
|
||||
end_error(compose_help())
|
||||
send_error(compose_help())
|
||||
|
||||
command = sys.argv[1]
|
||||
|
||||
|
|
Loading…
Reference in New Issue