diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-09 16:09:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-09 16:09:54 +0000 |
commit | 2649e84c7dc6ba818d0ae8cbeedcdda224e5a61d (patch) | |
tree | 9a94b13c73d4dc8e3cf17820966d5da81d87218a /urpmi.update | |
parent | 03574bf8b06956b84e7bc70aa8d986ffee5d447e (diff) | |
download | urpmi-2649e84c7dc6ba818d0ae8cbeedcdda224e5a61d.tar urpmi-2649e84c7dc6ba818d0ae8cbeedcdda224e5a61d.tar.gz urpmi-2649e84c7dc6ba818d0ae8cbeedcdda224e5a61d.tar.bz2 urpmi-2649e84c7dc6ba818d0ae8cbeedcdda224e5a61d.tar.xz urpmi-2649e84c7dc6ba818d0ae8cbeedcdda224e5a61d.zip |
perl_checker compliance
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update index a71ad0e0..6abca159 100755 --- a/urpmi.update +++ b/urpmi.update @@ -25,7 +25,7 @@ use urpm::args; use urpm::msg; use urpm::download (); -sub usage { +sub usage() { print N("usage: urpmi.update [options] <name> ... where <name> is a medium name to update. ") . N(" --help - print this help message. |