Sort flags properly.

Obtained from:	WHEEL Systems
This commit is contained in:
Pawel Jakub Dawidek 2012-12-16 22:59:58 +00:00
parent 87c3930b34
commit 3a6e0febc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244317

View File

@ -663,15 +663,15 @@ main(int argc, char **argv)
case 'c':
clear = 1;
break;
case 'f':
force = 1;
break;
case 'k':
keep = 1;
break;
case 'v':
verbose++;
break;
case 'f':
force = 1;
break;
case 'z':
compress = 1;
break;