cloudius-systems / capstan

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

capstan run --help options does not match the real options #87

Closed tzach closed 10 years ago

tzach commented 10 years ago

For network bridge, Capstan expect

capstan run -n bridge

but

capstan run --help

returns:

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
   -m '1G'  memory size
   -c '2'   number of CPUs
   -n 'nat' networking
   -v       verbose mode
**   -b ''  networking bridge **
   -f []    `-f option -f option` port forwarding rules
penberg commented 10 years ago

Fixed by commit 6bbe2a6e054b93fae2733fd5fd27a447b567047a. Closing the issue.