diff --git a/src/anbox/cmds/launch.cpp b/src/anbox/cmds/launch.cpp index ac3b2770b8384f6c2fac520d130caa8657c3e75b..10137c27b788c105d413163d3a49536f651672f8 100644 --- a/src/anbox/cmds/launch.cpp +++ b/src/anbox/cmds/launch.cpp @@ -84,6 +84,8 @@ anbox::cmds::Launch::Launch() action([this](const cli::Command::Context&) { if (!intent_.valid()) { ERROR("The intent you provided is invalid. Please provide a correct launch intent."); + ERROR("For example to launch the application manager, run:"); + ERROR("$ anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity"); return EXIT_FAILURE; }