mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2025-09-10 02:39:45 +02:00
Add support for i18n using resource bundles
This commit is contained in:
parent
a02af58160
commit
20c6bc4c36
18 changed files with 146 additions and 11 deletions
|
@ -26,7 +26,7 @@ import java.sql.SQLException;
|
|||
|
||||
@CommandLine.Command(
|
||||
name = "certificate-store",
|
||||
description = "Store and manage public OpenPGP certificates",
|
||||
resourceBundle = "msg_pgp-cert-d",
|
||||
subcommands = {
|
||||
CommandLine.HelpCommand.class,
|
||||
Export.class,
|
||||
|
@ -39,7 +39,6 @@ import java.sql.SQLException;
|
|||
public class PGPCertDCli {
|
||||
|
||||
@CommandLine.Option(names = {"-s", "--store"}, paramLabel = "DIRECTORY",
|
||||
description = "Overwrite the default certificate directory path",
|
||||
scope = CommandLine.ScopeType.INHERIT)
|
||||
File baseDirectory;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue