Bug 304776

Summary: usage information of save_y2logs is suboptimal
Product: [openSUSE] openSUSE 10.3 Reporter: Bernhard Walle <bwalle>
Component: YaST2Assignee: Stefan Hundhammer <shundhammer>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bernhard Walle 2007-08-27 09:53:12 UTC
echo "Usage: $0 <tgz-file-name>"
echo ""
echo "Copies the YaST2 logs to a compressed tar archive."

Better would be something that would give the user the hint that bzip2 is also supported, like

echo "Usage: $0 <tar.gz-file-name>|<tar.bz2-file-name>"
Comment 1 Stefan Hundhammer 2007-08-27 09:59:44 UTC
Fixed. Now reads:

% ./save_y2logs
Usage: ./save_y2logs <tgz-file-name>|<bzip2-file-name>

Copies the YaST2 logs to a compressed tar archive.