]> code.ossystems Code Review - openembedded-core.git/blob
8c24db107ec6f539129c2fa0c07ad0a271e65049
[openembedded-core.git] /
1 Upstream-Status: inappropriate
2
3 From 1b5007ee27b9dbf5e84341dceadb83b96e6530d5 Mon Sep 17 00:00:00 2001
4 From: Corey Minyard <cminyard@mvista.com>
5 Date: Mon, 6 Jun 2011 13:58:57 -0500
6 Subject: [PATCH 16/19] Fix the documentation for the new -L option
7
8 ---
9  genext2fs.8 |    4 ++--
10  1 files changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/genext2fs.8 b/genext2fs.8
13 index 8b8db25..35e1588 100644
14 --- a/genext2fs.8
15 +++ b/genext2fs.8
16 @@ -61,8 +61,8 @@ Size of the image in blocks.
17  .BI "\-N, \-\-number\-of\-inodes inodes"
18  Maximum number of inodes.
19  .TP
20 -.BI "\-L, \-\-volume\-id name"
21 -Set the volume id (volume name) for the filesystem.
22 +.BI "\-L, \-\-volume\-label name"
23 +Set the volume label for the filesystem.
24  .TP
25  .BI "\-i, \-\-bytes\-per\-inode ratio"
26  Used to calculate the maximum number of inodes from the available blocks.
27 -- 
28 1.7.4.1
29