diff --git a/pkg/cmd/discussion/view/view.go b/pkg/cmd/discussion/view/view.go index 97220e0f2..27da3f1e7 100644 --- a/pkg/cmd/discussion/view/view.go +++ b/pkg/cmd/discussion/view/view.go @@ -115,8 +115,8 @@ func NewCmdView(f *cmdutil.Factory, runF func(*ViewOptions) error) *cobra.Comman # View with comments $ gh discussion view 123 --comments - # View with newest comments first - $ gh discussion view 123 --comments --order newest + # View with oldest comments first + $ gh discussion view 123 --comments --order oldest # Limit to 10 comments $ gh discussion view 123 --comments --limit 10