summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-09-05 11:56:59 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-09-05 11:56:59 +0300
commitd19de544d1d0ef305bab651a600424e6cd83c302 (patch)
tree5ff19208cae7d17127181553bac3ecf4accda1e4
parentb7acac9855a053c6b5ceb50bba5d21a8ace85ac5 (diff)
ubiupdatevol: remove non-existing option from help message
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--ubi-utils/new-utils/src/ubiupdatevol.c1
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"