← Back to team overview

touch-packages team mailing list archive

[Bug 1365714] Re: mkfs parameter -V on --help summary

 

Die Datei mkfs.c müssen die Zeilen

	fprintf(out, _(" -V, --verbose      explain what is being done;\n"
		       "                      specifying -V more than once will cause a dry-run\n"));

durch

	fprintf(out, _(" -v, --verbose      explain what is being done;\n"
		       "                      specifying -v more than once will cause a dry-run\n"));

ersetzt werden.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1365714

Title:
  mkfs parameter -V on --help summary

Status in “util-linux” package in Ubuntu:
  New

Bug description:
  the -V parameter in  the --help statement is twice - correct ist -v
  (case sensitive) for verbose

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1365714/+subscriptions


References