We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
treehouses help password
1 parent 1ff602e commit 86c35e8Copy full SHA for 86c35e8
modules/password.sh
@@ -50,7 +50,7 @@ function password_help () {
50
echo "Changes the password for 'pi' user"
51
echo
52
echo "Example:"
53
- echo " $BASENAME change password ABC"
+ echo " $BASENAME password change ABC"
54
echo " Sets the password for 'pi' user to 'ABC'."
55
56
echo " $BASENAME password disable"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.26.7",
+ "version": "1.26.8",
4
"remote": "4000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
0 commit comments