diff --git a/README.md b/README.md index ec8ee8e66..21b732a74 100644 --- a/README.md +++ b/README.md @@ -166,12 +166,13 @@ magazines downloads specific magazine issue as a [url] shows the homepage URL of magazine resolution sets the screen resolution depending on the attached display device system [cpu|ram|disk|volt|temperature] display real system informations -message gitter sets api/channel info in config file and sends/recieves messages in gitter - - - slack sets api/channel info in config file and sends/recieves messages in slack - - discord sets api/channel info in config file +message sends message to chat service + sets api/channel info in config file + sends/recieves messages in gitter + + sets api/channel info in config file + sends/recieves messages in slack + sets api/channel info in config file shutdown [now|in|force] shutdown the system ``` diff --git a/modules/help.sh b/modules/help.sh index 519abe8b2..f3ee201f0 100644 --- a/modules/help.sh +++ b/modules/help.sh @@ -142,12 +142,13 @@ magazines downloads specific magazine issue as a [url] shows the homepage URL of magazine resolution sets the screen resolution depending on the attached display device system [cpu|ram|disk|volt|temperature] display real system informations -message gitter sets api/channel info in config file and sends/recieves messages in gitter - - - slack sets api/channel info in config file and sends/recieves messages in slack - - discord .......sets api/channel info in config file +message sends message to chat service + sets api/channel info in config file + sends/recieves messages in gitter + + sets api/channel info in config file + sends/recieves messages in slack + sets api/channel info in config file shutdown [now|in|force] shutdown the system EOF echo "$helpdefault" diff --git a/package.json b/package.json index a78ae217d..46cce39f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.23", + "version": "1.25.24", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",