From 928c7b0404b04d8a684ceee6d8ed25c51dbe5670 Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Mon, 6 Jan 2025 14:12:47 +0000 Subject: [PATCH] Suggest different command for transfer of file ownership --- src/blueapi/cli/scratch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """) )