+2004-03-21 Theodore Ts'o <tytso@mit.edu>
+
+ * blkid.c: Remove the partially implemented -p option (it never
+ did anything, but was documented in the man page and the
+ usage display).
+
2004-03-20 Theodore Ts'o <tytso@mit.edu>
* blkid.c (main, print_tags): Add new option -o which allows the
.SH SYNOPSIS
.B blkid
[
-.B \-hpv
+.B \-hv
]
[
[
.I device
(only print the device name).
.TP
-.B \-p
-Probe all available devices. This is the default when displaying
-tokens. When searching for a token normally the cache file is
-used to locate the device and only that device is probed (to ensure
-cache coherency) and all devices are probed only if the token cannot
-be found in the cache.
-.TP
.B \-s
Show only the tags for each (specified) device that match
.IR tag .
print_version(out);
fprintf(out,
"usage:\t%s [-c <file>] [-h] [-o format] "
- "[-p] [-s <tag>] [-t <token>]\n [-v] [-w <file>] [dev ...]\n"
+ "[-s <tag>] [-t <token>]\n [-v] [-w <file>] [dev ...]\n"
"\t-c\tcache file (default: /etc/blkid.tab, /dev/null = none)\n"
"\t-h\tprint this usage message and exit\n"
"\t-s\tshow specified tag(s) (default show all tags)\n"
int output_format = 0;
char c;
- while ((c = getopt (argc, argv, "c:f:ho:ps:t:w:v")) != EOF)
+ while ((c = getopt (argc, argv, "c:f:ho:s:t:w:v")) != EOF)
switch (c) {
case 'c':
if (optarg && !*optarg)