From 2bb4fb47e8f7342e6d1d70603f4184560fbb83d4 Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 2 Apr 2008 01:31:11 +0000 Subject: [PATCH] 2008-04-01 Pavel Roskin * disk/loopback.c (options): Improve help for "--partitions". --- ChangeLog | 2 ++ disk/loopback.c | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ddfe4af23..7a5b44bc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-04-01 Pavel Roskin + * disk/loopback.c (options): Improve help for "--partitions". + * normal/arg.c (grub_arg_show_help): Fix spacing of the long options to align them with the short options, e.g. "echo -e". diff --git a/disk/loopback.c b/disk/loopback.c index 31d811688..521c710f8 100644 --- a/disk/loopback.c +++ b/disk/loopback.c @@ -38,8 +38,7 @@ static struct grub_loopback *loopback_list; static const struct grub_arg_option options[] = { {"delete", 'd', 0, "delete the loopback device entry", 0, 0}, - {"partitions", 'p', 0, "set that the drive has partitions to" - " simulate a harddrive", 0, 0}, + {"partitions", 'p', 0, "simulate a hard drive with partitions", 0, 0}, {0, 0, 0, 0, 0, 0} };