Merge pull request #43 from morphis/feature/cmd-session-manager
Release rename run command to session-manager
This commit is contained in:
commit
c8a5a17dfe
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ anbox::cmds::SessionManager::BusFactory anbox::cmds::SessionManager::session_bus
|
|||
}
|
||||
|
||||
anbox::cmds::SessionManager::SessionManager(const BusFactory &bus_factory)
|
||||
: CommandWithFlagsAndAction{cli::Name{"run"}, cli::Usage{"run"},
|
||||
cli::Description{"Run the the anbox system"}},
|
||||
: CommandWithFlagsAndAction{cli::Name{"session-manager"}, cli::Usage{"session-manager"},
|
||||
cli::Description{"Run the the anbox session manager"}},
|
||||
bus_factory_(bus_factory) {
|
||||
// Just for the purpose to allow QtMir (or unity8) to find this on our
|
||||
// /proc/*/cmdline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue