diff --git a/swhkd/src/daemon.rs b/swhkd/src/daemon.rs index 46bc748..9c91052 100644 --- a/swhkd/src/daemon.rs +++ b/swhkd/src/daemon.rs @@ -60,7 +60,7 @@ struct Args { debug: bool, /// Take a list of devices from the user - #[arg(short, long, num_args = 0.., value_delimiter = ' ')] + #[arg(long, num_args = 0.., value_delimiter = ' ')] device: Vec, }