Skip to content

Commit 9269d5d

Browse files
committed
Fix spelling mistake in --loader argument of archive create
1 parent 3bd5ff2 commit 9269d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pacmc-cli/src/commonMain/kotlin/net/axay/pacmc/cli/commands/ArchiveCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ArchiveCommand : CliktCommand(
4747

4848
private val gameVersionString by option("-g", "--game-version", help = "The game version content installed to this archive must be made for")
4949
private val archiveDisplayName by option("-d", "--display-name", help = "Display name for the archive allowing more characters than the identifier")
50-
private val loaderNameString by option("-l", "--load", help = "The loader mods installed to this archive must support")
50+
private val loaderNameString by option("-l", "--loader", help = "The loader mods installed to this archive must support")
5151

5252
companion object {
5353
suspend fun create(

0 commit comments

Comments
 (0)