diff --git a/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift b/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift index e4759f75..2d28c127 100644 --- a/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift +++ b/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift @@ -17,7 +17,7 @@ /// ```swift /// struct GlobalOptions: ParsableArguments { /// @Flag(name: .shortAndLong) -/// var verbose: Bool +/// var verbose: Bool = false /// /// @Argument var values: [Int] /// }