This commit is contained in:
Yann Leboulanger 2005-07-18 09:53:19 +00:00
parent 164c896e1e
commit c5642f9199
1 changed files with 1 additions and 1 deletions

View File

@ -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]