diff --git a/src/main.rs b/src/main.rs index 83490095f..c2c3091cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,19 +25,19 @@ struct Args { target_os = "windows", doc = r"Configuration file(s) to use with kanata. If not specified, defaults to kanata.kbd in the current working directory and -'C:\Users\user\AppData\Roaming\kanata\kanata.kbd'" +'C:\Users\user\AppData\Roaming\kanata\kanata.kbd'." )] #[cfg_attr( target_os = "macos", doc = "Configuration file(s) to use with kanata. If not specified, defaults to kanata.kbd in the current working directory and -'$HOME/Library/Application Support/kanata/kanata.kbd.'" +'$HOME/Library/Application Support/kanata/kanata.kbd'." )] #[cfg_attr( not(any(target_os = "macos", target_os = "windows")), doc = "Configuration file(s) to use with kanata. If not specified, defaults to kanata.kbd in the current working directory and -'$XDG_CONFIG_HOME/kanata/kanata.kbd'" +'$XDG_CONFIG_HOME/kanata/kanata.kbd'." )] #[arg(short, long, verbatim_doc_comment)] cfg: Option>,