Skip to content

Commit

Permalink
remove 'in your user namespace', we can create projects in other ns
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy authored and bmeneg committed Dec 22, 2020
1 parent cd24a6d commit 76e7bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/project_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
var projectCreateCmd = &cobra.Command{
Use: "create [path]",
Short: "Create a new project on GitLab",
Long: `Create a new project on GitLab in your user namespace.
Long: `Create a new project on GitLab.
path refers to the path on GitLab not including the group/namespace. If no path
or name is provided and the current directory is a git repo, the name of the
Expand Down

0 comments on commit 76e7bcd

Please sign in to comment.