forked from Deuxfleurs/garage
garage: fix admin-token description
This commit is contained in:
parent
c99cb58d71
commit
4a19ee94bb
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue