Skip to content

Commit

Permalink
treehouses help password improved (fixes #2275) (#2276)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
JLKwong and dogi authored Feb 11, 2023
1 parent 1ff602e commit 86c35e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function password_help () {
echo "Changes the password for 'pi' user"
echo
echo "Example:"
echo " $BASENAME change password ABC"
echo " $BASENAME password change ABC"
echo " Sets the password for 'pi' user to 'ABC'."
echo
echo " $BASENAME password disable"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.26.7",
"version": "1.26.8",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit 86c35e8

Please sign in to comment.