Usage: ${command} [OPTION...]
Launch the Palm Emulator.

Options:
    --list                 # list the available emulator images
    --start=IMAGE          # start the given image
    --reset=IMAGE          # reset the given image
    --version              # display version info and exit
    --help                 # display this help and exit

IMAGE is the name of an emulator image.

Examples:

# Start the emulator
${command}

# Start the emulator image named "1.2"
${command} --start "1.2"
