implemented numeric sort (sort -g)
[oweals/busybox.git] / chroot.c
index 8e432b36c48f53a4268d02db5bd06f3a193ffa00..16524d92eae2f2f53fde2c0343b7df05cbb24fc3 100644 (file)
--- a/chroot.c
+++ b/chroot.c
@@ -27,7 +27,7 @@
 #include <errno.h>
 
 
-static const char chroot_usage[] = "NEWROOT [COMMAND...]\n"
+static const char chroot_usage[] = "chroot NEWROOT [COMMAND...]\n\n"
 "Run COMMAND with root directory set to NEWROOT.\n";