appmgr: adjust subcommand tree

This commit is contained in:
Aiden McClelland
2020-12-02 17:27:33 -07:00
committed by Keagan McClelland
parent 71a3728fbb
commit 3fce90b7a8

View File

@@ -816,10 +816,10 @@ async fn inner_main() -> Result<(), Error> {
.takes_value(true)
.help("Password to use for encryption of backup file"),
),
)
.subcommand(
SubCommand::with_name("repair-app-status").about("Restarts crashed apps"), // TODO: remove
),
)
.subcommand(
SubCommand::with_name("repair-app-status").about("Restarts crashed apps"), // TODO: remove
);
let matches = app.clone().get_matches();