fprintf(out,
"Usage:\n"
" %1$s -L <label> | -U <uuid>\n\n"
- " %1$s [-c <file>] [-ghlLv] [-o format] [-s <tag>] \n"
- " [-t <token>] [-w <file>] [dev ...]\n\n"
+ " %1$s [-c <file>] [-ghlLv] [-o <format>] [-s <tag>] \n"
+ " [-t <token>] [-w <file>] [<dev> ...]\n\n"
" %1$s -p [-s <tag>] [-O <offset>] [-S <size>] \n"
- " [-o format] <dev> [dev ...]\n\n"
- " %1$s -i [-s <tag>] [-o format] <dev> [dev ...]\n\n"
+ " [-o <format>] <dev> ...\n\n"
+ " %1$s -i [-s <tag>] [-o <format>] <dev> ...\n\n"
"Options:\n"
" -c <file> cache file (default: /etc/blkid.tab, /dev/null = none)\n"
" -h print this usage message and exit\n"
" value, device, list, udev, export or full; (default: full)\n"
" -s <tag> show specified tag(s) (default show all tags)\n"
" -t <token> find device with a specific token (NAME=value pair)\n"
- " -l lookup the the first device with arguments specified by -t\n"
+ " -l look up only first device with token specified by -t\n"
" -L <label> convert LABEL to device name\n"
" -U <uuid> convert UUID to device name\n"
" -v print version and exit\n"