diff --git a/modules/tor.sh b/modules/tor.sh index 94d37c7ce..7d439fad4 100644 --- a/modules/tor.sh +++ b/modules/tor.sh @@ -158,7 +158,7 @@ function tor { fi echo "Status: $status" else - echo "Error: only 'on' and 'off' options are supported." + echo "Error: only 'on', 'off', 'now', 'add', 'delete', and 'list' options are supported." fi elif [ "$1" = "status" ]; then systemctl is-active tor diff --git a/package.json b/package.json index f9fcff6ed..0464e47a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.19.13", + "version": "1.19.14", "remote": "2251", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",