summaryrefslogtreecommitdiff
path: root/extras/volume_id/README
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-21 16:16:55 +0100
committerKay Sievers <kay.sievers@suse.de>2006-03-21 16:16:55 +0100
commit7808297b0fcb5a8033fd2d55854d065d8b1719e8 (patch)
tree29f09b45745df1775085206e9233c7b1525f4dbb /extras/volume_id/README
parent10a9bff1c3038468a2aec0c2e9c701f0125c5685 (diff)
volume_id: remove all partition table support
Diffstat (limited to 'extras/volume_id/README')
-rw-r--r--extras/volume_id/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/volume_id/README b/extras/volume_id/README
index 640a9e47ac..969f301a4c 100644
--- a/extras/volume_id/README
+++ b/extras/volume_id/README
@@ -1,15 +1,15 @@
-vol_id - partition, filesystem, disklabel reader
+vol_id - volume, filesystem, disklabel reader
This program is normally called from a udev rule, to provide udev with the
-name, uuid or the filesystem type of a partition to name a device node.
+name, uuid or the filesystem type of a volume to name a device node.
vol_id opens the blockdevice node specified at the commandline.
The following commandline switches are supported to specify what vol_id
should print:
--export prints all values
-h prints help text
- -l prints the label of the partition
- -u prints the uuid of the partition
+ -l prints the label of the volume
+ -u prints the uuid of the volume
vol_id will only return successful if the string asked for, is not
empty. All trailing whitespace will be removed, spaces replaced by underscore