From 56c31f14e31948366da595479dd9fc6f32cbbb5f Mon Sep 17 00:00:00 2001 From: erik Date: Sun, 23 Jan 2000 18:19:02 +0000 Subject: * added (and documented) "-n" option for head - contributed Friedrich Vedder * Cleanup for a number of usage messages -- also contributed Friedrich Vedder -Erik git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/mkdir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coreutils/mkdir.c') diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index dc245a18e..017ef9b08 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c @@ -26,7 +26,8 @@ #include #include -static const char mkdir_usage[] = "Usage: mkdir [OPTION] DIRECTORY...\n\n" +static const char mkdir_usage[] = +"mkdir [OPTION] DIRECTORY...\n\n" "Create the DIRECTORY(ies), if they do not already exist\n\n" "Options:\n" "\t-m\tset permission mode (as in chmod), not rwxrwxrwx - umask\n" -- cgit v1.2.3-55-g6feb