diff --git a/src/blueapi/cli/scratch.py b/src/blueapi/cli/scratch.py index 60e89a8b3..05cc3a9b1 100644 --- a/src/blueapi/cli/scratch.py +++ b/src/blueapi/cli/scratch.py @@ -118,7 +118,7 @@ def _validate_root_directory(root_path: Path, required_gid: int | None) -> None: getent group 1000 | cut -d: -f1 - You can transfer ownership, if you have sufficient permissions, with the chown + You can transfer ownership, if you have sufficient permissions, with the chgrp command. """) )