|
|
- --- a/src/anbox/cmds/container_manager.cpp 2020-06-06 14:35:43.604180115 +0300
- +++ b/src/anbox/cmds/container_manager.cpp 2020-06-06 14:36:34.310846835 +0300
- @@ -38,7 +38,7 @@ constexpr unsigned int unprivileged_user
- anbox::cmds::ContainerManager::ContainerManager()
- : CommandWithFlagsAndAction{
- cli::Name{"container-manager"}, cli::Usage{"container-manager"},
- - cli::Description{"Start the container manager service"}, true} {
- + cli::Description{"Start the container manager service"}} {
-
- flag(cli::make_flag(cli::Name{"android-image"},
- cli::Description{"Path to the Android rootfs image file if not stored in the data path"},
|