summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-08-31 16:23:35 +0000
committerFrancois Pons <fpons@mandriva.com>2000-08-31 16:23:35 +0000
commitf667b15f2f8e00633870646b7a8b08f33118f248 (patch)
tree91edec05863db38daf560b206f98d090853407d7 /urpmi
parenta776556def1b27c1a42aee9468e65f85cbf9f108 (diff)
downloadurpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar
urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar.gz
urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar.bz2
urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar.xz
urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.zip
*** empty log message ***
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 66e9b0f9..393f5d78 100755
--- a/urpmi
+++ b/urpmi
@@ -60,6 +60,7 @@ sub usage {
#- parse arguments list.
my @nextargv;
for (@ARGV) {
+ /^--help$/ and do { usage; next };
/^--auto$/ and do { $auto = 1; next };
/^--force$/ and do { $force = 1; next };
/^--X$/ and do { $X = 1; next };