]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Don't sort command-list.txt for help text
authorPekka Enberg <penberg@kernel.org>
Fri, 8 Jul 2011 22:25:28 +0000 (01:25 +0300)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Jul 2011 22:25:28 +0000 (01:25 +0300)
commitb31480dcbc24b08977315888825f4aa256cd7e5e
tree27c3b0f98d90447047b78fe4c25f6f1bbe008c39
parent21d066bad7d370c3d119a813e65387be0ab58fb9
kvm tools: Don't sort command-list.txt for help text

This patch removes the alphabetical sorting from util/generate-cmdlist.h so
that 'kvm run' command, for example, is displayed first:

  $ ./kvm

   usage: kvm [--version] [--help] COMMAND [ARGS]

   The most commonly used kvm commands are:
     run       Start the virtual machine
     pause     Pause/resume the virtual machine
     version   Print the version of the kernel tree kvm tools
     list      Print a list of running instances on the host.
     debug     Print debug information from a running instance
     balloon   Inflate or deflate the virtio balloon

   See 'kvm help COMMAND' for more information on a specific command.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/util/generate-cmdlist.sh