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
4 changes: 2 additions & 2 deletions src/control/cmd/dmg/pool.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// (C) Copyright 2019-2024 Intel Corporation.
// (C) Copyright 2025 Hewlett Packard Enterprise Development LP
// (C) Copyright 2025-2026 Hewlett Packard Enterprise Development LP
// (C) Copyright 2025 Google LLC
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
Expand Down Expand Up @@ -888,7 +888,7 @@ func (cmd *poolGetPropCmd) Execute(_ []string) error {
// DAOS pool.
type poolGetACLCmd struct {
poolCmd
File string `short:"o" long:"outfile" required:"0" description:"Output ACL to file"`
File string `short:"O" long:"outfile" required:"0" description:"Output ACL to file"`
Force bool `short:"f" long:"force" required:"0" description:"Allow to clobber output file"`
Verbose bool `short:"v" long:"verbose" required:"0" description:"Add descriptive comments to ACL entries"`
}
Expand Down
Loading