Skip to content

Commit

Permalink
fix PrivilegeFlag documentation coment
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Dec 6, 2018
1 parent b94566a commit 65aaf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bytemark/app/flags/privilege.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (args *privArgs) shift() (arg string, err error) {
return
}

// Privilege is an un-realised brain.Privilege - where the target name has been parsed but hasn't been turned into IDs yet
// PrivilegeFlag is an un-realised brain.Privilege - where the target name has been parsed but hasn't been turned into IDs yet
type PrivilegeFlag struct {
AccountName string
GroupName *lib.GroupName
Expand Down

0 comments on commit 65aaf71

Please sign in to comment.