Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct Args {
#[arg(long)]
pub database_url: Option<DatabaseURL>,

/// KeySet file. If unspecified the the keys are read from the database
/// KeySet file. If unspecified the keys are read from the database
#[arg(long)]
pub keys_file_path: Option<String>,

Expand Down
Loading