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 'miscutils/mt.c')
-rw-r--r--miscutils/mt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c
index 683804b5a..eb93cb234 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -57,12 +57,12 @@ extern int mt_main(int argc, char **argv)
int fd;
if (argc < 2) {
- usage(mt_usage);
+ show_usage();
}
if (strcmp(argv[1], "-f") == 0) {
if (argc < 4) {
- usage(mt_usage);
+ show_usage();
}
file = argv[2];
argv += 2;