Skip to content

Commit

Permalink
fix remove command min arg len
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Apr 7, 2024
1 parent 79367b3 commit 81e13d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/operations/package-manager/remove.vala
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static void remove_init () {
op.callback.connect (remove_main);
op.names = {_ ("remove"), "remove", "rm"};
op.help.name = _ ("remove");
op.help.minargs=1;
op.help.description = _ ("Remove package from package name.");
op.help.add_parameter ("--ignore-dependency", _ ("disable dependency check"));
op.help.add_parameter ("--without-files", _ ("do not remove files from package database"));
Expand Down

0 comments on commit 81e13d8

Please sign in to comment.