~ubuntu-branches/ubuntu/lucid/icecream/lucid

« back to all changes in this revision

Viewing changes to icecream_patch

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Siess (CHS)
  • Date: 2004-01-31 14:20:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040131142033-eigq332xl32pe3p2
Tags: 0.8-3
* -s is no longer mentioned (matched --stop and --stdout, Closes: #230508)
* Sponsored by Gerfried Fuchs <alfie@debian.org>, like previous upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
864a865
 
2
>       print "  -s, --stdout        output tracks to stdout (implies quiet)\n";
 
3
866d866
 
4
<       print "  --stdout            output tracks to stdout (implies quiet)\n";
 
5
1070c1070
 
6
< =item B<-t>, B<--tracks>
 
7
---
 
8
> =item B<-s>, B<--stdout>
 
9
1072c1072
 
10
< Split stream into tracks (if possible)
 
11
---
 
12
> Output stream to stdout (implies -q)
 
13
1074c1074
 
14
< =item B<--stdout>
 
15
---
 
16
> =item B<-t>, B<--tracks>
 
17
1076c1076
 
18
< Output stream to stdout (implies -q)
 
19
---
 
20
> Split stream into tracks (if possible)