~ubuntu-branches/ubuntu/maverick/proguard/maverick

« back to all changes in this revision

Viewing changes to docs/manual/refcard.html

  • Committer: Bazaar Package Importer
  • Author(s): Sam Clegg
  • Date: 2005-11-13 09:42:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051113094259-432zf4yyw4890mmn
Tags: 3.4-1
* New upstream release (Closes: #338355)
* debian/control: bump standards version
* debian/copyright: update FSF address
* increase java stack size for proguard and proguardgui

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
</tr>
37
37
 
38
38
<tr>
 
39
<td valign="top"><code><b>-basedirectory</b></code> <i>directoryname</i></td>
 
40
 
 
41
<td>Specifies the base directory for subsequent relative file names.</td>
 
42
</tr>
 
43
 
 
44
<tr>
39
45
<td valign="top"><code><b>-injars</b></code> <i>class_path</i></td>
40
46
<td>Specifies the program jars (or wars, ears, zips, or directories).</td>
41
47
</tr>
120
126
</tr>
121
127
 
122
128
<tr>
 
129
<td valign="top"><code><b>-whyareyoukeeping</b></code>
 
130
    <i>class_specification</i></td>
 
131
<td>Print details on why the given classes and class members are being kept in
 
132
    the shrinking step.</td>
 
133
</tr>
 
134
 
 
135
<tr>
123
136
<td valign="top"><code><b>-dontoptimize</b></code></td>
124
137
<td>Don't optimize the input class files.</td>
125
138
</tr>
298
311
 
299
312
<hr>
300
313
<address>
301
 
Copyright &copy; 2002-2004
 
314
Copyright &copy; 2002-2005
302
315
<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>.
303
316
</address>
304
317
</body>