Skip to content

Commit 86c35e8

Browse files
JLKwongdogi
andauthored
treehouses help password improved (fixes #2275) (#2276)
Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent 1ff602e commit 86c35e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/password.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function password_help () {
5050
echo "Changes the password for 'pi' user"
5151
echo
5252
echo "Example:"
53-
echo " $BASENAME change password ABC"
53+
echo " $BASENAME password change ABC"
5454
echo " Sets the password for 'pi' user to 'ABC'."
5555
echo
5656
echo " $BASENAME password disable"

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

0 commit comments

Comments
 (0)