From 86c35e845964a82a5828491231efe389e875a17a Mon Sep 17 00:00:00 2001 From: JLKwong <61807745+JLKwong@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:38:03 -0800 Subject: [PATCH] `treehouses help password` improved (fixes #2275) (#2276) Co-authored-by: dogi --- modules/password.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/password.sh b/modules/password.sh index 1c9b423ea5..59822602c7 100644 --- a/modules/password.sh +++ b/modules/password.sh @@ -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" diff --git a/package.json b/package.json index e5132b2024..18e22361de 100644 --- a/package.json +++ b/package.json @@ -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",