We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6761d commit 978438aCopy full SHA for 978438a
1 file changed
src/main/java/org/cryptomator/cli/CryptomatorCli.java
@@ -11,7 +11,7 @@
11
@Command(name = "cryptomator-cli",
12
mixinStandardHelpOptions = true,
13
version = "${org.cryptomator.cli.version}",
14
- description = "Unlocks a cryptomator vault and mounts it into the system.",
+ description = "Manage Cryptomator vaults from the command line.",
15
subcommands = {Create.class, Unlock.class, ListMounters.class, CommandLine.HelpCommand.class})
16
public class CryptomatorCli {
17
0 commit comments