diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-03 12:50:35 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-03 12:50:35 +0000 |
commit | 471cbdf53eb00c292cb426b3f6978a513ae18989 (patch) | |
tree | 7d7a6e187afd96de4948b8e381f59db12f680146 /urpmi.update | |
parent | 95219b3451a5a6365849eaf7a6c4610c21ef9e4a (diff) | |
download | urpmi-471cbdf53eb00c292cb426b3f6978a513ae18989.tar urpmi-471cbdf53eb00c292cb426b3f6978a513ae18989.tar.gz urpmi-471cbdf53eb00c292cb426b3f6978a513ae18989.tar.bz2 urpmi-471cbdf53eb00c292cb426b3f6978a513ae18989.tar.xz urpmi-471cbdf53eb00c292cb426b3f6978a513ae18989.zip |
*** empty log message ***
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update index a5ff2627..7d0e012c 100755 --- a/urpmi.update +++ b/urpmi.update @@ -39,7 +39,12 @@ sub main { /^--?c/ and $options{noclean} = 0, next; /^--?f/ and $options{force} = 1, next; /^--?noa/ and next; #- default, keeped for compability. - /^-/ and die sprintf(_("unknown options \"%s\"\n"), $_); + /^-/ and die sprintf( +_("usage: urpmi.update [-a] <name> ... +where <name> is a medium name to update. + -a select all non-removable media. + +unknown options \"%s\"\n"), $_); push @toupdates, $_; } |