config short

This commit is contained in:
Aniket Prajapati 2024-02-01 21:28:31 +05:30
parent bc7d89ce4e
commit ce38fd226b
No known key found for this signature in database
GPG Key ID: 2E7380548824812A
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use solana_lite_rpc_history::postgres::postgres_config::PostgresSessionConfig;
#[command(author, version, about, long_about = None)]
pub struct Args {
/// config.json
#[arg(short, long)]
#[arg(short='c', long)]
pub config: Option<String>,
}