Skip to content

Commit a5e4a98

Browse files
committed
chore: fix the category for crates.io
1 parent 7f5cfa7 commit a5e4a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://clap.rs/"
1010
readme = "README.md"
1111
license = "MIT"
1212
keywords = ["argument", "command", "arg", "parser", "parse"]
13-
categories = ["command-line-interface"]
13+
categories = ["command-line interface"]
1414
description = """
1515
A simple to use, efficient, and full featured Command Line Argument Parser
1616
"""

0 commit comments

Comments
 (0)