garage: fix admin-token description

This commit is contained in:
networkException 2023-10-19 03:31:50 +02:00
parent c99cb58d71
commit 4a19ee94bb
Signed by untrusted user: networkException
GPG Key ID: E3877443AE684391
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ pub struct Secrets {
#[structopt(short = "s", long = "rpc-secret", env = "GARAGE_RPC_SECRET")]
pub rpc_secret: Option<String>,
/// Metrics API authentication token, replaces admin.metrics_token in config.toml when
/// Admin API authentication token, replaces admin.admin_token in config.toml when
/// running the Garage daemon
#[structopt(long = "admin-token", env = "GARAGE_ADMIN_TOKEN")]
pub admin_token: Option<String>,