cloudius-systems / capstan

Capstan, a tool for packaging and running your application on OSv. http://osv.io/capstan
Other
363 stars 82 forks source link

capstan help run: strange help message for -f option #96

Open asias opened 10 years ago

asias commented 10 years ago
$ capstan help run
NAME:
   run - launch a VM. You may pass the image name as the first argument.

USAGE:
   command run [command options] [arguments...]

DESCRIPTION:

OPTIONS:
   -i                           image_name
   -p 'qemu'                    hypervisor: qemu|vbox|vmw|gce
   -m '1G'                      memory size
   -c '2'                       number of CPUs
   -n 'nat'                     networking: nat|bridge
   -v                           verbose mode
   -b                           networking bridge
   -f '-f option -f option'     port forwarding rules
penberg commented 10 years ago

@asias That's produced by the CLI library we're using. If you want Capstan to print out something else, you need to fix it upstream.