]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkid: indent usage()
authorKarel Zak <kzak@redhat.com>
Tue, 16 Aug 2011 10:12:46 +0000 (12:12 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Aug 2011 10:12:46 +0000 (12:12 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.c

index b1d05fad803df765d804234bd056ce2eeea0ae57..2dc749aaf07824584bdf64ff5106e0728726276e 100644 (file)
@@ -60,35 +60,35 @@ static void usage(int error)
        print_version(out);
        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 -p [-s <tag>] [-O <offset>] [-S <size>] \n"
-               "        [-o <format>] <dev> ...\n\n"
-               "  %1$s -i [-s <tag>] [-o <format>] <dev> ...\n\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 -p [-s <tag>] [-O <offset>] [-S <size>] \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"
-               "  -d          don't encode non-printing characters\n"
-               "  -h          print this usage message and exit\n"
-               "  -g          garbage collect the blkid cache\n"
-               "  -o <format> output format; can be one of:\n"
-               "              value, device, list, udev, export or full; (default: full)\n"
-               "  -k          list all known filesystems/RAIDs and exit\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          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"
-               "  -w <file>   write cache to different file (/dev/null = no write)\n"
-               "  <dev>       specify device(s) to probe (default: all devices)\n\n"
+               " -c <file>   cache file (default: /etc/blkid.tab, /dev/null = none)\n"
+               " -d          don't encode non-printing characters\n"
+               " -h          print this usage message and exit\n"
+               " -g          garbage collect the blkid cache\n"
+               " -o <format> output format; can be one of:\n"
+               "               value, device, list, udev, export or full; (default: full)\n"
+               " -k          list all known filesystems/RAIDs and exit\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          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"
+               " -w <file>   write cache to different file (/dev/null = no write)\n"
+               " <dev>       specify device(s) to probe (default: all devices)\n\n"
                "Low-level probing options:\n"
-               "  -p          low-level superblocks probing (bypass cache)\n"
-               "  -i          gather information about I/O limits\n"
-               "  -S <size>   overwrite device size\n"
-               "  -O <offset> probe at the given offset\n"
-               "  -u <list>   filter by \"usage\" (e.g. -u filesystem,raid)\n"
-               "  -n <list>   filter by filesystem type (e.g. -n vfat,ext3)\n"
+               " -p          low-level superblocks probing (bypass cache)\n"
+               " -i          gather information about I/O limits\n"
+               " -S <size>   overwrite device size\n"
+               " -O <offset> probe at the given offset\n"
+               " -u <list>   filter by \"usage\" (e.g. -u filesystem,raid)\n"
+               " -n <list>   filter by filesystem type (e.g. -n vfat,ext3)\n"
                "\n",
                                progname);