Added some comments.
committer: mfx <mfx> 979748824 +0000
This commit is contained in:
+2
-2
@@ -523,10 +523,10 @@ static int do_option(int optc, const char *arg)
|
|||||||
opt->no_env = true;
|
opt->no_env = true;
|
||||||
break;
|
break;
|
||||||
// compression settings
|
// compression settings
|
||||||
case 520:
|
case 520: // --small
|
||||||
opt->small = 1;
|
opt->small = 1;
|
||||||
break;
|
break;
|
||||||
case 521:
|
case 521: // --filter=
|
||||||
getoptvar(&opt->filter, 0, 255);
|
getoptvar(&opt->filter, 0, 255);
|
||||||
opt->all_filters = false;
|
opt->all_filters = false;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user