diff --git a/backend/sync_server/src/cli/args.rs b/backend/sync_server/src/cli/args.rs index 88ff1718..88c05412 100644 --- a/backend/sync_server/src/cli/args.rs +++ b/backend/sync_server/src/cli/args.rs @@ -2,7 +2,7 @@ use std::ffi::OsString; use clap::{Parser, ValueEnum}; -/// Server for backing the VaultLink plugin +/// Server for backing the `VaultLink` plugin #[derive(Parser, Debug)] #[command(version, about, long_about = None)] pub struct Args {