Skip to content

Commit 978438a

Browse files
committed
Update root command description
1 parent dc6761d commit 978438a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/cryptomator/cli/CryptomatorCli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@Command(name = "cryptomator-cli",
1212
mixinStandardHelpOptions = true,
1313
version = "${org.cryptomator.cli.version}",
14-
description = "Unlocks a cryptomator vault and mounts it into the system.",
14+
description = "Manage Cryptomator vaults from the command line.",
1515
subcommands = {Create.class, Unlock.class, ListMounters.class, CommandLine.HelpCommand.class})
1616
public class CryptomatorCli {
1717

0 commit comments

Comments
 (0)