Skip to content

Commit db2fd80

Browse files
xyb994dogi
andauthored
treehouses vnc smoother help (fixes #1909) (fixes #2136) (#2299)
Co-authored-by: dogi <[email protected]>
1 parent 5cfcd18 commit db2fd80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/vnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function vnc {
4646
echo "Please reboot your system."
4747
else
4848
echo "VNC server is not configured correctly. Please try $BASENAME vnc on to enable it, or $BASENAME vnc off to disable it."
49-
echo "Alternatively, you may try $BASENAME vnc status-service to verify the status of each specific required service."
49+
echo "Alternatively, you may try $BASENAME vnc info to verify the status of each specific required service."
5050
fi
5151
;;
5252
"on")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treehouses/cli",
3-
"version": "1.26.20",
3+
"version": "1.26.21",
44
"remote": "6000",
55
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
66
"main": "cli.sh",

0 commit comments

Comments
 (0)