diff --git a/sop-java-picocli/src/main/resources/msg_sop.properties b/sop-java-picocli/src/main/resources/msg_sop.properties index 6ddcf9c..b41d314 100644 --- a/sop-java-picocli/src/main/resources/msg_sop.properties +++ b/sop-java-picocli/src/main/resources/msg_sop.properties @@ -80,4 +80,4 @@ sop.error.usage.incompatible_options.clearsigned_no_armor=Options '--no-armor' a # Feature Support sop.error.feature_support.subcommand_not_supported=Subcommand '%s' is not supported. sop.error.feature_support.option_not_supported=Option '%s' not supported. -sop.error.feature_support.subcommand_does_not_support_profiles=Subcommand '%s' does not support any profiles. \ No newline at end of file +sop.error.feature_support.subcommand_does_not_support_profiles=Subcommand '%s' does not support any profiles. diff --git a/sop-java-picocli/src/main/resources/msg_sop_de.properties b/sop-java-picocli/src/main/resources/msg_sop_de.properties index a20a11d..5900f39 100644 --- a/sop-java-picocli/src/main/resources/msg_sop_de.properties +++ b/sop-java-picocli/src/main/resources/msg_sop_de.properties @@ -79,4 +79,4 @@ sop.error.usage.incompatible_options.clearsigned_no_armor=Optionen '--no-armor' # Feature Support sop.error.feature_support.subcommand_not_supported=Unterbefehl '%s' wird nicht unterstützt. sop.error.feature_support.option_not_supported=Option '%s' wird nicht unterstützt. -sop.error.feature_support.subcommand_does_not_support_profiles=Unterbefehl '%s' unterstützt keine Profile. \ No newline at end of file +sop.error.feature_support.subcommand_does_not_support_profiles=Unterbefehl '%s' unterstützt keine Profile.