Quoting Dwight Engen (dwight.en...@oracle.com):
> commit 829dd918 added parsing of a -c argument to both the common options
> handling and to lxc-start. It is not a common option, and should have only
> been added to lxc-start. Because the common code is processing it, no other
> command can use -c
commit 829dd918 added parsing of a -c argument to both the common options
handling and to lxc-start. It is not a common option, and should have only
been added to lxc-start. Because the common code is processing it, no other
command can use -c. Remove -c from being processed by the common code.
Tes