All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ubirmvol: correct missing space on usage
@ 2012-08-31 14:50 Richard Genoud
  2012-09-03  7:35 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Genoud @ 2012-08-31 14:50 UTC (permalink / raw)
  To: Artem Bityutskiy; +Cc: Richard Genoud, linux-mtd

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
---
 ubi-utils/ubirmvol.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ubi-utils/ubirmvol.c b/ubi-utils/ubirmvol.c
index 464f05d..3370aff 100644
--- a/ubi-utils/ubirmvol.c
+++ b/ubi-utils/ubirmvol.c
@@ -57,9 +57,9 @@ static const char optionsstr[] =
 static const char usage[] =
 "Usage: " PROGRAM_NAME " <UBI device node file name> [-n <volume id>] [--vol_id=<volume id>]\n\n"
 "         [-N <volume name>] [--name=<volume name>] [-h] [--help]\n\n"
-"Example: " PROGRAM_NAME "/dev/ubi0 -n 1 - remove UBI volume 1 from UBI device corresponding\n"
+"Example: " PROGRAM_NAME " /dev/ubi0 -n 1 - remove UBI volume 1 from UBI device corresponding\n"
 "         to /dev/ubi0\n"
-"         " PROGRAM_NAME "/dev/ubi0 -N my_vol - remove UBI named \"my_vol\" from UBI device\n"
+"         " PROGRAM_NAME " /dev/ubi0 -N my_vol - remove UBI named \"my_vol\" from UBI device\n"
 "         corresponding to /dev/ubi0";
 
 static const struct option long_options[] = {
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ubirmvol: correct missing space on usage
  2012-08-31 14:50 [PATCH] ubirmvol: correct missing space on usage Richard Genoud
@ 2012-09-03  7:35 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2012-09-03  7:35 UTC (permalink / raw)
  To: Richard Genoud; +Cc: linux-mtd

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

On Fri, 2012-08-31 at 16:50 +0200, Richard Genoud wrote:
> Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
> ---
>  ubi-utils/ubirmvol.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Pushed, thanks!

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-03  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 14:50 [PATCH] ubirmvol: correct missing space on usage Richard Genoud
2012-09-03  7:35 ` Artem Bityutskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.