Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "node-gitio", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A simple Node CLI wrapper for git.io.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,3 +36,3 @@ # node-gitio [](https://travis-ci.org/nathanbuchar/node-gitio) | ||
``` | ||
Usage: gitio <command> [options] | ||
Usage: gitio [--version] [--help] <command> [<args>] | ||
@@ -53,3 +53,3 @@ Commands: | ||
``` | ||
Usage: gitio shrink <long url> [-c code] [-f] | ||
Usage: gitio shrink <long url> [-c code] [-f] [--help] | ||
@@ -56,0 +56,0 @@ Options: |
9369