Fix missing dash on -Rs alias to Remove operation

Signed-off-by: Trivernis <trivernis@protonmail.com>
i18n
Trivernis 2 years ago
parent 2d797c9e9a
commit f4ac74909a

@ -22,7 +22,7 @@ pub enum Operation {
Install(InstallArgs),
/// Removes a previously installed package
#[clap(name="remove", aliases=&["rm", "-R", "Rs"])]
#[clap(name="remove", aliases=&["rm", "-R", "-Rs"])]
Remove(RemoveArgs),
/// Searches for the relevant packages in both the AUR and repos

Loading…
Cancel
Save