From e6ad24ba9de63424ad2e89b026ae5f0f7bdbe926 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Fri, 3 Feb 2017 12:15:32 -0500 Subject: [PATCH] chore: fix the category for crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be77e3450dcc..fd0fb8ccdea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://clap.rs/" readme = "README.md" license = "MIT" keywords = ["argument", "command", "arg", "parser", "parse"] -categories = ["command-line-interface"] +categories = ["command-line interface"] description = """ A simple to use, efficient, and full featured Command Line Argument Parser """