diff options
author | Daniel Mueller <deso@posteo.net> | 2019-12-19 17:41:52 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-12-19 17:44:24 -0800 |
commit | ba79a947fe4e7cc0c6e898bd4a7318a37962fca7 (patch) | |
tree | 72898d8af96d23c407003d5a9d900579acf74e94 | |
parent | 47ea358ddc1bc37b809f9f5b893a6b099cbb262b (diff) | |
download | nitrocli-ba79a947fe4e7cc0c6e898bd4a7318a37962fca7.tar.gz nitrocli-ba79a947fe4e7cc0c6e898bd4a7318a37962fca7.tar.bz2 |
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.
-rw-r--r-- | nitrocli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |