Bug 32333

Summary: -q option not described in du(1) manpage.
Product: Documentation Reporter: Alexander S.Usov <lex>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexander S.Usov 2001-11-27 14:40:01 UTC
 Everything is in synopsis. du -q <=> quiet

How-To-Repeat:  man du :)
 du
 du -q
Comment 1 setantae 2001-11-27 14:51:08 UTC
setantae@rhadamanth setantae$ du -q
du: illegal option -- q
usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k] [-x] [-I mask] [file ...]

-- 
keep a mild groove on
Comment 2 Alexander S. Usov 2001-11-27 15:04:29 UTC
Hello setantae,

Tuesday, November 27, 2001, 4:51:08 PM, you wrote:
s> setantae@rhadamanth setantae$ du -q
s> du: illegal option -- q
s> usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k] [-x] [-I mask] [file ...]

Sorry, it's a bug in my head :)
I was talking about -s, but looking for -q :)

-- 
Best regards,
 Alexander                            mailto:lex@itv.kiev.ua
Comment 3 ru freebsd_committer freebsd_triage 2001-11-27 15:22:33 UTC
State Changed
From-To: open->closed

du(1) doesn't support the -q option.