From 02a03a2a4edd3bc43b79096beb9e69cf034993ac Mon Sep 17 00:00:00 2001 From: onever23 Date: Sat, 11 Apr 2026 00:42:08 +0000 Subject: [PATCH] DAOS-17515 pool: cleanup usage help text - pool get-attr doesn't have '--path' option - backport to 2.8 Signed-off-by: onever23 --- src/control/cmd/daos/pool.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/control/cmd/daos/pool.go b/src/control/cmd/daos/pool.go index 8158d1edc98..f79907ac328 100644 --- a/src/control/cmd/daos/pool.go +++ b/src/control/cmd/daos/pool.go @@ -1,5 +1,6 @@ // // (C) Copyright 2021-2024 Intel Corporation. +// (C) Copyright 2026 Hewlett Packard Enterprise Development LP // (C) Copyright 2025 Google LLC // // SPDX-License-Identifier: BSD-2-Clause-Patent @@ -74,7 +75,7 @@ type poolBaseCmd struct { cPoolHandle C.daos_handle_t Args struct { - Pool PoolID `positional-arg-name:"pool label or UUID" description:"required if --path is not used"` + Pool PoolID `positional-arg-name:"" description:"required"` } `positional-args:"yes"` }