diff --git a/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs b/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs index 396dbe2a3..636e82172 100644 --- a/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs +++ b/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs @@ -51,7 +51,7 @@ pub struct Args { #[arg(long)] pub database_url: Option, - /// 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,