We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 766335c + 91797a4 commit 18e95feCopy full SHA for 18e95fe
src/anbox/daemon.cpp
@@ -55,7 +55,7 @@ Daemon::Daemon()
55
56
int Daemon::Run(const std::vector<std::string> &arguments) try {
57
auto argv = arguments;
58
- if (arguments.size() == 0) argv = {"run"};
+ if (arguments.size() == 0) argv = {"help"};
59
return cmd.run({std::cin, std::cout, argv});
60
} catch (std::exception &err) {
61
ERROR("%s", err.what());
0 commit comments