]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/fdformat.c
textual: add a docstring to most of the utilities
[thirdparty/util-linux.git] / disk-utils / fdformat.c
index c6a98e10fe7098d906f40242b913c7a196274491..ad9a86367842a876edb1703606bec343902396df 100644 (file)
@@ -143,6 +143,9 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
        fprintf(out, _(" %s [options] <device>\n"),
                program_invocation_short_name);
 
+       fputs(USAGE_SEPARATOR, out);
+       fputs(_("Do a low-level formatting of a floppy disk.\n"), out);
+
        fputs(USAGE_OPTIONS, out);
        fputs(_(" -f, --from <N>    start at the track N (default 0)\n"), out);
        fputs(_(" -t, --to <N>      stop at the track N\n"), out);