cli now supports --long-opts. improved help / usage information

This commit is contained in:
Patrick Stadler
2015-03-15 10:01:41 +01:00
parent ca25c6d7fe
commit 98c83e4af5
8 changed files with 43 additions and 27 deletions

View File

@@ -33,5 +33,5 @@ docs () {
echo "Send data to Keen IO (https://keen.io)."
echo "\$KEEN_IO_WRITE_KEY=<write_key>"
echo "\$KEEN_IO_PROJECT_ID=<project_id>"
echo "\$KEEN_IO_EVENT_COLLECTION=$KEEN_IO_EVENT_COLLECTION"
echo "\$KEEN_IO_EVENT_COLLECTION=$HOSTNAME"
}