Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'rpmunpack.c')
-rw-r--r--rpmunpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmunpack.c b/rpmunpack.c
index e37ac2cfa..79971faf3 100644
--- a/rpmunpack.c
+++ b/rpmunpack.c
@@ -64,7 +64,7 @@ int rpmunpack_main(int argc, char **argv)
/* Check for command line parameters */
if (argc>=2 && *argv[1]=='-') {
- usage(rpmunpack_usage);
+ show_usage();
}
/* Open input file */