Bug 19698

Summary: /usr/sbin/tar --help does not match 'man tar' for option '--exclude'
Product: Base System Reporter: jblaine <jblaine>
Component: binAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-RELEASE   
Hardware: Any   
OS: Any   

Description jblaine 2000-07-04 17:50:01 UTC
tar --help reports:

    --exclude FILE          exclude file FILE

man tar reports:

    --exclude pattern       Exclude files matching the pattern (don't
                            extract them, don't add them, don't list
                            them).

The man page is correct.

Fix: 

Fix the help-printing-section of the source code for tar :)
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-05 11:29:46 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll take this one.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-05 11:33:20 UTC
State Changed
From-To: open->closed

Committed to HEAD and merged onto RELENG_4, thanks.