mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-25 04:05:54 +01:00
Merge pull request #1334 from amorris13/patch-1
Remove redundant condition (A || A)
This commit is contained in:
commit
466319ad51
@ -94,7 +94,7 @@ public class Main {
|
|||||||
|
|
||||||
// if no commands ran, run the version / usage check.
|
// if no commands ran, run the version / usage check.
|
||||||
if (cmdFound == false) {
|
if (cmdFound == false) {
|
||||||
if (commandLine.hasOption("version") || commandLine.hasOption("version")) {
|
if (commandLine.hasOption("version")) {
|
||||||
_version();
|
_version();
|
||||||
} else {
|
} else {
|
||||||
usage(commandLine);
|
usage(commandLine);
|
||||||
|
Loading…
Reference in New Issue
Block a user