diff mbox

ubirmvol: correct missing space on usage

Message ID 1346424605-17466-1-git-send-email-richard.genoud@gmail.com
State Accepted
Commit 3a8e8d14f0ecaf2362e0d12541087036a2a201dd
Headers show

Commit Message

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

Comments

Artem Bityutskiy Sept. 3, 2012, 7:35 a.m. UTC | #1
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!
diff mbox

Patch

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[] = {