From 0445f6b37cddf7f2306c699d72e3cbbd8caa367b Mon Sep 17 00:00:00 2001 From: "Kevin K." Date: Wed, 6 May 2015 15:34:20 -0400 Subject: [PATCH] updates clap description `clap` has changed quite a bit from it's simple beginnings ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29d40c1..f109128 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Only projects that are stable and useful to users are added. Projects that do no ### Command-line argument parsing * [docopt/docopt.rs](https://github.com/docopt/docopt.rs) — a Rust implementation of [DocOpt](http://docopt.org) [](https://travis-ci.org/docopt/docopt.rs) -* [kbknapp/clap-rs](https://github.com/kbknapp/clap-rs) — Simple command-line argument parser [](https://travis-ci.org/kbknapp/clap-rs) +* [kbknapp/clap-rs](https://github.com/kbknapp/clap-rs) — a simple to use, full featured command-line argument parser [](https://travis-ci.org/kbknapp/clap-rs) ### Compression