Util-Linux package development
 help / color / mirror / Atom feed
* losetup --all --verbose results in usage
@ 2011-08-17 14:12 Bernhard Voelker
  2011-08-17 14:22 ` Davidlohr Bueso
  2011-08-17 14:44 ` Karel Zak
  0 siblings, 2 replies; 5+ messages in thread
From: Bernhard Voelker @ 2011-08-17 14:12 UTC (permalink / raw)
  To: util-linux

I was surprised that running
	mount/losetup --all --verbose
results in usage().

As -a is the option to list all used loop devices,
one might think that -v adds some more info to the output.

Neither --help nor the man pages nor the info page tells
that -a doesn't accept other options:

mount/lomount.c (line 1133):

         } else if (all) {
                 if (argc > 2)
                         usage(stderr);

Should we work on this?
If it's not possible to output more information with
-v, then it would maybe make sense to ignore it, right?

Have a nice day,
Berny

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-17 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17 14:12 losetup --all --verbose results in usage Bernhard Voelker
2011-08-17 14:22 ` Davidlohr Bueso
2011-08-17 14:55   ` Bernhard Voelker
2011-08-17 14:44 ` Karel Zak
2011-08-17 15:01   ` Bernhard Voelker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox