Skip to content
Snippets Groups Projects
Unverified Commit 2e108ac8 authored by Steve Moyer's avatar Steve Moyer
Browse files

docs(cli): improve wording of help for the -C flag

parent 331e6dc5
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ the same git remote you are already using to collaborate with other people. ...@@ -55,7 +55,7 @@ the same git remote you are already using to collaborate with other people.
} }
env := execenv.NewEnv() env := execenv.NewEnv()
cmd.PersistentFlags().StringArrayVarP(&env.RepoPath, "repo-path", "C", []string{}, "Path to the git repository") cmd.PersistentFlags().StringArrayVarP(&env.RepoPath, "repo-path", "C", []string{}, `Run as if git-bug was started in <path> instead of the current working directory.`)
addCmdWithGroup(bugcmd.NewBugCommand(env), entityGroup) addCmdWithGroup(bugcmd.NewBugCommand(env), entityGroup)
addCmdWithGroup(usercmd.NewUserCommand(env), entityGroup) addCmdWithGroup(usercmd.NewUserCommand(env), entityGroup)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment