From 82efd9941fc13386f8571714c9eb8730f574c4dc Mon Sep 17 00:00:00 2001 From: Ankit Majumder <50029432+ankit1w@users.noreply.github.com> Date: Sat, 6 Aug 2022 13:24:37 +0530 Subject: [PATCH] refactor: spelling mistake (#114) --- src/main/kotlin/app/revanced/cli/command/MainCommand.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/cli/command/MainCommand.kt b/src/main/kotlin/app/revanced/cli/command/MainCommand.kt index b610e61..da18eab 100644 --- a/src/main/kotlin/app/revanced/cli/command/MainCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/MainCommand.kt @@ -109,12 +109,12 @@ internal object MainCommand : Runnable { @Option(names = ["-p", "--password"], description = ["Overwrite the default password for the signed file"]) var password = "ReVanced" - @Option(names = ["-t", "--temp-dir"], description = ["Temporal resource cache directory"]) + @Option(names = ["-t", "--temp-dir"], description = ["Temporary resource cache directory"]) var cacheDirectory = "revanced-cache" @Option( names = ["-c", "--clean"], - description = ["Clean the temporal resource cache directory. This will be done anyways when running the patcher"] + description = ["Clean the temporary resource cache directory. This will be done anyways when running the patcher"] ) var clean: Boolean = false