diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-24 11:52:41 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-24 11:52:41 +0200 |
commit | 7534823b150820cf156b6928086d84d588740035 (patch) | |
tree | a68c9430c2a9b215f8fade4d291f208fcbd8c3b0 /ubi-utils/src/ubirmvol.c | |
parent | 45941c0018cc0937beeb9d4aa8e6a6070c7a3466 (diff) |
ubi-utils: add ubinize documentation
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/ubirmvol.c')
-rw-r--r-- | ubi-utils/src/ubirmvol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/ubirmvol.c b/ubi-utils/src/ubirmvol.c index 7eb7f5b..ca315a3 100644 --- a/ubi-utils/src/ubirmvol.c +++ b/ubi-utils/src/ubirmvol.c @@ -48,7 +48,7 @@ static struct args args = { }; static const char *doc = PROGRAM_NAME " version " PROGRAM_VERSION - " - a tool to remove UBI volumes."; + " - a tool to remove UBI volumes."; static const char *optionsstr = " -n, --vol_id=<volume id> volume ID to remove\n" |