[git commit master] removed extra \n in fdisk help text

Denys Vlasenko vda.linux at googlemail.com
Mon Apr 5 22:04:08 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=37bc1eb5cdcaec015579241fc1f20fd03bed2d67
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/usage.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/usage.h b/include/usage.h
index f4ab39b..4c85512 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 \
-- 
1.6.3.3



More information about the busybox-cvs mailing list