1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

vol_id: document -L

This commit is contained in:
Andrey Borzenkov 2007-01-22 22:27:16 +01:00 committed by Kay Sievers
parent ff2eecef88
commit 27283c2fda
2 changed files with 20 additions and 2 deletions

View File

@ -35,13 +35,20 @@ print the filesystem type
.PP
\fB\-l\fR
.RS 4
print the label of a volume
print the safe version of volume label suitable for use as filename. Use
\fB\-L\fR
to print literal label
.RE
.PP
\fB\-u\fR
.RS 4
print the uuid of a volume
.RE
.PP
\fB\-L\fR
.RS 4
print raw volume label
.RE
.SH "ENVIRONMENT"
.PP
\fBUDEV_LOG\fR

View File

@ -59,7 +59,10 @@
<varlistentry>
<term><option>-l</option></term>
<listitem>
<para>print the label of a volume</para>
<para>
print the safe version of volume label suitable for
use as filename. Use <option>-L</option> to print literal label
</para>
</listitem>
</varlistentry>
<varlistentry>
@ -68,6 +71,14 @@
<para>print the uuid of a volume</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-L</option></term>
<listitem>
<para>
print raw volume label
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>