From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14054 invoked by alias); 28 Apr 2014 11:11:53 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32591 Received: (qmail 1146 invoked from network); 28 Apr 2014 11:11:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=u6dBLFWyIWfXi/OB0EuMPNjqp4i7arXjDIwpiTKt6LQ=; b=dhblm7lLxJ/i34hlBy0yj6gxflRz/xlCb0sfwFU0NO/WAmr622LIYmk0zBGfPizhj5 tMWlBeXPsy1CGRbzzRJxE6s3z2xZrGLTXoXAb21SVtknjhh44sxFlfys1LFj3jBkZexq SaaFrdPleY9jZHOsz+j3BIz9NL4FiIIZaTcqObEHBIo3uJYrVS6Mn0Kiv/Z0yZX+dEpN qEFZ0vaC6EQnjsP2zPfmCSP6CR9L8XcSSuaJdb3Iey3ivl8mjUl+72+jvw6TsKF2EQM6 hA0KOj6tXf3z0be9LCWsMEIMWKPT2o9Y9q/R2DWYz8slzNzhZV+C4aCsgcti4XAO0TCS HMQQ== X-Received: by 10.194.92.228 with SMTP id cp4mr277235wjb.81.1398683491767; Mon, 28 Apr 2014 04:11:31 -0700 (PDT) Message-ID: <1398683489.899.4.camel@Antergosi> Subject: Bug in the completion for qemu in zsh From: Bruno Jimenez To: zsh-workers@zsh.org Date: Mon, 28 Apr 2014 13:11:29 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Hi, I have seen that among the multiple completions for qemu, there's '-std-vga'. But that option was removed years ago[1], and in fact, if you try to use it, it says that it's an invalid option. The new option is: '-vga [std|cirrus|vmware|qxl|xenfb|none] select video card type' Could you please update it? Thanks in advance! Bruno P.S: I'd change it and send you a patch for it myself, but I'm afraid that my completions knowledge is null. [1]http://www.linux-kvm.com/content/kvm-77-released-std-vga-deprecated-improved-disk-performance