From ba79a947fe4e7cc0c6e898bd4a7318a37962fca7 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Thu, 19 Dec 2019 17:41:52 -0800 Subject: Update program description in Cargo.toml For a while now the program has not only supported Nitrokey Storage but also Nitrokey Pro devices. Back when we added support for the latter we missed updating the program's description inside Cargo.toml. This change takes care of this oversight. --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 23395c2..a0fa3ed 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -29,7 +29,7 @@ readme = "README.md" categories = ["command-line-utilities", "authentication", "cryptography", "hardware-support"] keywords = ["nitrokey", "nitrokey-storage", "nitrokey-pro", "cli", "usb"] description = """ -A command line tool for interacting with the Nitrokey Storage device. +A command line tool for interacting with Nitrokey devices. """ exclude = ["ci/*", "rustfmt.toml"] -- cgit v1.2.1