diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-06 00:04:08 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-06 00:04:08 +0200 |
commit | 37bc1eb5cdcaec015579241fc1f20fd03bed2d67 (patch) | |
tree | f4acc473b817ec2eed8ecd4cdc178a42ecbf838e | |
parent | 3a41611bc5ddeda6044e1f1e2956174b25389ce0 (diff) | |
download | busybox-w32-37bc1eb5cdcaec015579241fc1f20fd03bed2d67.tar.gz busybox-w32-37bc1eb5cdcaec015579241fc1f20fd03bed2d67.tar.bz2 busybox-w32-37bc1eb5cdcaec015579241fc1f20fd03bed2d67.zip |
removed extra \n in fdisk help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1220 | ) \ | 1220 | ) \ |
1221 | "\n -b 2048 (for certain MO disks) use 2048-byte sectors" \ | 1221 | "\n -b 2048 (for certain MO disks) use 2048-byte sectors" \ |
1222 | "\n -C CYLINDERS Set number of cylinders/heads/sectors" \ | 1222 | "\n -C CYLINDERS Set number of cylinders/heads/sectors" \ |
1223 | "\n -H HEADS\n" \ | 1223 | "\n -H HEADS" \ |
1224 | "\n -S SECTORS" \ | 1224 | "\n -S SECTORS" \ |
1225 | 1225 | ||
1226 | #define blkid_trivial_usage \ | 1226 | #define blkid_trivial_usage \ |