Update pubspec.yaml

Fixed description.
diff --git a/pubspec.yaml b/pubspec.yaml
index 99c3b0d..70ede94 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
 name: cli_util
 version: 0.0.1
 author: Dart Team <misc@dartlang.org>
-description: A micro framework for building commandline apps.
+description: A utility to help in building Dart command-line apps.
 homepage: https://github.com/dart-lang/cli_util
 environment:
   sdk: '>=1.0.0 <2.0.0'