From d4e4a84e83904ce8568440cac631f758fc2bf807 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 20 Apr 2009 19:15:46 +0200 Subject: pkg: Removed support for short options --- man/1/pkg | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'man') diff --git a/man/1/pkg b/man/1/pkg index 56e8dae..049ae72 100644 --- a/man/1/pkg +++ b/man/1/pkg @@ -92,33 +92,31 @@ If no argument is given, updates all installed packages =head1 OPTIONS -B accepts both long and short options. -Options marked as [boolean] may be negated, -the short options by using '+' instead of '-' as prefix (like '+au'), -the long options by prepending a 'no', like '--no-auto-update'. +Options marked as [boolean] may be negated +by prepending a 'no', like '--no-auto-update'. -Options always override the configuration file and the environment variables. +Options always override the configuration file. =over -=item B<-q>, B<--quiet> [boolean] +=item B<--quiet> [boolean] Enable quiet mode, don't print progress. Useful for scripting -=item B<-d>, B<--debug> [boolean] +=item B<--debug> [boolean] Enable debug mode -=item B<-au>, B<--auto-update> [boolean] +=item B<--auto-update> [boolean] Automatically update the package list before doing certain actions -=item B<-co>, B<--checklinks-options> I