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:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-27 13:02:31 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-27 13:02:31 +0400
commitd3d004dd3507f841745956a035fff68936378f9c (patch)
tree139fa79a102d11dbab9828d2649c119245b196b1 /miscutils/mt.c
parent1340ca8c87d81bf00e604905f25bc04da22e980f (diff)
last nail into error_msg() (de)capitalization
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r--miscutils/mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c
index a2bb6be91..f4a0e994c 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -78,7 +78,7 @@ int mt_main(int argc, char **argv)
}
if (code->name == 0) {
- bb_error_msg("unrecognized opcode %s.", argv[1]);
+ bb_error_msg("unrecognized opcode %s", argv[1]);
return EXIT_FAILURE;
}