Skip to content

Commit 5cfcd18

Browse files
dyeh123dogi
andauthored
treehouses vnc smoother help (fixes #2241) (#2243)
Co-authored-by: dogi <[email protected]>
1 parent a762499 commit 5cfcd18

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
@@ -117,7 +117,7 @@ function vnc {
117117
echo "Authentication=VncAuth" >> /root/.vnc/config.d/vncserver-x11
118118
fi
119119
restart_vnc_service > /dev/null 2>&1
120-
echo "Create your password, run 'treehouses vnc passwd'."
120+
echo "Create your password, run 'treehouses vnc password'."
121121
echo "Please reboot the system for changes to take effect."
122122
else
123123
echo "Please create a password first, run 'treehouses vnc password'."

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.19",
3+
"version": "1.26.20",
44
"remote": "6000",
55
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
66
"main": "cli.sh",

0 commit comments

Comments
 (0)