shorten some english
This commit is contained in:
parent
7fad2d05fb
commit
8c473a2779
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ func init() {
|
|||
repoCmd.AddCommand(repoViewCmd)
|
||||
repoCmd.AddCommand(repoForkCmd)
|
||||
|
||||
repoForkCmd.Flags().StringP("clone", "c", "prompt", "prompt: prompt about cloning fork. true: clone fork. false: never clone fork")
|
||||
repoForkCmd.Flags().StringP("remote", "r", "prompt", "prompt: prompt about adding remote for fork. true: add remote for fork. false: never add remote fork")
|
||||
repoForkCmd.Flags().StringP("clone", "c", "prompt", "true: clone fork. false: never clone fork")
|
||||
repoForkCmd.Flags().StringP("remote", "r", "prompt", "true: add remote for fork. false: never add remote fork")
|
||||
}
|
||||
|
||||
var repoCmd = &cobra.Command{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue