Skip to content

Commit

Permalink
Update app/src/main/kotlin/jp/henry/uke/mask/App.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Cyan <github@hitoda.com>
  • Loading branch information
KengoTODA and cho0o0 authored May 8, 2023
1 parent 684613a commit 0c6da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/jp/henry/uke/mask/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.security.SecureRandom
import java.util.concurrent.Callable
import kotlin.system.exitProcess

@Command(name = "uke-pseudonymize", mixinStandardHelpOptions = true, version = ["v2022.12.19"], description = ["UKEファイルを匿名化"])
@Command(name = "uke-pseudonymize", mixinStandardHelpOptions = true, version = ["v2022.12.19"], description = ["UKEファイルを仮名化"])
class App : Callable<Int> {
@Parameters(index = "0", description = ["マスクするUKEファイル"])
lateinit var input: File
Expand Down

0 comments on commit 0c6da28

Please sign in to comment.