fix: grammar

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Marco Neumann 2021-06-04 10:31:12 +02:00
parent b30d7e2821
commit e876eed8c4
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ enum Command {
/// Get server ID
Get,
/// Wait that databases are loaded
/// Wait until databases are loaded
WaitDatabasesLoaded(WaitDatabasesLoaded),
Remote(crate::commands::server_remote::Config),
@ -58,7 +58,7 @@ struct Set {
id: u32,
}
/// Wait that databases are loaded
/// Wait until databases are loaded
#[derive(Debug, StructOpt)]
struct WaitDatabasesLoaded {
/// Timeout in seconds.