mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-26 04:48:01 +01:00
chore: improve cli descriptions
This commit is contained in:
parent
c345ffea81
commit
f68ae0064c
1 changed files with 2 additions and 2 deletions
|
@ -116,10 +116,10 @@ fn assign_icon(icon: String, map: &icons::IconMap) -> Option<String> {
|
|||
|
||||
#[derive(Debug, Parser)]
|
||||
struct Cli {
|
||||
/// Only Allow Unique Desktop Entries
|
||||
/// Allow non-unique desktop entries
|
||||
#[clap(short, long)]
|
||||
non_unique: bool,
|
||||
/// Locale Override
|
||||
/// Specify preferred desktop entry locale
|
||||
#[clap(short, long, default_value = "en")]
|
||||
locale: String,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue