diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-09-05 11:56:59 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-09-05 11:56:59 +0300 |
commit | d19de544d1d0ef305bab651a600424e6cd83c302 (patch) | |
tree | 5ff19208cae7d17127181553bac3ecf4accda1e4 /ubi-utils | |
parent | b7acac9855a053c6b5ceb50bba5d21a8ace85ac5 (diff) |
ubiupdatevol: remove non-existing option from help message
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/new-utils/src/ubiupdatevol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubi-utils/new-utils/src/ubiupdatevol.c b/ubi-utils/new-utils/src/ubiupdatevol.c index 404bfa0..5eeaa3c 100644 --- a/ubi-utils/new-utils/src/ubiupdatevol.c +++ b/ubi-utils/new-utils/src/ubiupdatevol.c @@ -60,7 +60,6 @@ static const char *doc = PROGRAM_NAME " version " PROGRAM_VERSION " - a tool to write data to UBI volumes."; static const char *optionsstr = -"-n, --vol_id=<volume id> ID of UBI volume to update\n" "-t, --truncate truncate volume (wipe it out)\n" "-h, --help print help message\n" "-V, --version print program version\n\n" |