Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/control/cmd/daos/pool.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:"<pool label or UUID>" description:"required"`
} `positional-args:"yes"`
}

Expand Down
Loading