Skip to content

Commit

Permalink
Update program description in Cargo.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
d-e-s-o committed Dec 20, 2019
1 parent 47ea358 commit ba79a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitrocli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit ba79a94

Please sign in to comment.