Comparing version 0.0.5 to 0.0.6
@@ -20,3 +20,3 @@ #! /usr/bin/env node | ||
.version(version) | ||
.usage('Usage: gitio <command>') | ||
.usage('Usage: gitio [--version] [--help] <command> [<args>]') | ||
.command('shrink', 'Shrink a GitHub URL.', shrink) | ||
@@ -23,0 +23,0 @@ .demand(1) |
{ | ||
"name": "node-gitio", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A simple Node CLI wrapper for git.io.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9331