From 7c13f6e0587f86a0cbbc89ef6978ec653e1af6bd Mon Sep 17 00:00:00 2001 From: jtroo Date: Thu, 5 Dec 2024 14:29:04 -0800 Subject: [PATCH] fix(help-text): use correct punctuation --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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>,