|
Lines 1890-1896
Link Here
|
| 1890 |
case '8': blockSize100k = 8; break; |
1890 |
case '8': blockSize100k = 8; break; |
| 1891 |
case '9': blockSize100k = 9; break; |
1891 |
case '9': blockSize100k = 9; break; |
| 1892 |
case 'V': |
1892 |
case 'V': |
| 1893 |
case 'L': license(); break; |
1893 |
case 'L': license(); |
|
|
1894 |
exit ( 0 ); |
| 1895 |
break; |
| 1894 |
case 'v': verbosity++; break; |
1896 |
case 'v': verbosity++; break; |
| 1895 |
case 'h': usage ( progName ); |
1897 |
case 'h': usage ( progName ); |
| 1896 |
exit ( 0 ); |
1898 |
exit ( 0 ); |
|
Lines 1916-1923
Link Here
|
| 1916 |
if (ISFLAG("--keep")) keepInputFiles = True; else |
1918 |
if (ISFLAG("--keep")) keepInputFiles = True; else |
| 1917 |
if (ISFLAG("--small")) smallMode = True; else |
1919 |
if (ISFLAG("--small")) smallMode = True; else |
| 1918 |
if (ISFLAG("--quiet")) noisy = False; else |
1920 |
if (ISFLAG("--quiet")) noisy = False; else |
| 1919 |
if (ISFLAG("--version")) license(); else |
1921 |
if (ISFLAG("--version")) { license(); exit ( 0 ); } else |
| 1920 |
if (ISFLAG("--license")) license(); else |
1922 |
if (ISFLAG("--license")) { license(); exit ( 0 ); } else |
| 1921 |
if (ISFLAG("--exponential")) workFactor = 1; else |
1923 |
if (ISFLAG("--exponential")) workFactor = 1; else |
| 1922 |
if (ISFLAG("--repetitive-best")) redundant(aa->name); else |
1924 |
if (ISFLAG("--repetitive-best")) redundant(aa->name); else |
| 1923 |
if (ISFLAG("--repetitive-fast")) redundant(aa->name); else |
1925 |
if (ISFLAG("--repetitive-fast")) redundant(aa->name); else |