diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 706a1d0a..9b3ddffa 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -321,6 +321,7 @@ my %options_spec = ( checkpoint => \$::do_checkpoint, 'rollback=s' => \$::rollback, noclean => \$::noclean, + disable => \$::disable, }, ); |