refactor: tidy up debug CLI help

pull/24376/head
Edd Robinson 2021-09-24 22:24:48 +01:00
parent 15644f7d24
commit 93fd3fa4bf
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pub enum Error {
pub type Result<T, E = Error> = std::result::Result<T, E>;
/// Manage long-running IOx operations
/// Interrogate internal database data
#[derive(Debug, StructOpt)]
pub struct Config {
#[structopt(subcommand)]