Skip to content

Commit 75cce0a

Browse files
committed
clarify usage
1 parent a6ac615 commit 75cce0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/repo/fork/fork.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ With no argument, creates a fork of the current repository. Otherwise, forks the
7575
},
7676
}
7777

78-
cmd.Flags().BoolVar(&opts.Clone, "clone", false, "Clone the fork")
79-
cmd.Flags().BoolVar(&opts.Remote, "remote", false, "Add remote for fork")
78+
cmd.Flags().BoolVar(&opts.Clone, "clone", false, "Clone the fork {true|false}")
79+
cmd.Flags().BoolVar(&opts.Remote, "remote", false, "Add remote for fork {true|false}")
8080

8181
return cmd
8282
}

0 commit comments

Comments
 (0)