From 75bc06b8c71c28a015ffe5dd10550c8572e4c6a9 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 16 Sep 2004 10:10:20 +0000 Subject: [PATCH] Make output fit on 80-column-wide screen. (Logical change 1.559) --- ntfsprogs/ntfsmftalloc.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ntfsprogs/ntfsmftalloc.c b/ntfsprogs/ntfsmftalloc.c index e00b14bd..5da3bbbc 100644 --- a/ntfsprogs/ntfsmftalloc.c +++ b/ntfsprogs/ntfsmftalloc.c @@ -143,12 +143,10 @@ static void copyright(void) { fprintf(stderr, "Copyright (c) 2004 Anton Altaparmakov\n" "Allocate and initialize a base or an extent mft " - "record.\n" - "If a base mft record is not specified, a base record " - "is allocated and initialized.\n" - "If a base mft record is specified, an extent mft " - "record is allocated and\n" - "initialized to point to the specified base mft " + "record. If a base mft record\nis not specified, a " + "base mft record is allocated and initialized. " + "Otherwise,\nan extent mft record is allocated and " + "initialized to point to the specified\nbase mft " "record.\n"); }