From: Denys Vlasenko Date: Mon, 5 Apr 2010 22:04:08 +0000 (+0200) Subject: removed extra \n in fdisk help text X-Git-Tag: 1_17_0~312 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=37bc1eb5cdcaec015579241fc1f20fd03bed2d67;p=oweals%2Fbusybox.git removed extra \n in fdisk help text Signed-off-by: Denys Vlasenko --- diff --git a/include/usage.h b/include/usage.h index f4ab39b08..4c8551202 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1220,7 +1220,7 @@ ) \ "\n -b 2048 (for certain MO disks) use 2048-byte sectors" \ "\n -C CYLINDERS Set number of cylinders/heads/sectors" \ - "\n -H HEADS\n" \ + "\n -H HEADS" \ "\n -S SECTORS" \ #define blkid_trivial_usage \