Skip to content

Commit

Permalink
Update cmd/network.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gerrit <Gerrit91@users.noreply.github.com>
  • Loading branch information
majst01 and Gerrit91 authored Feb 19, 2025
1 parent 923dc53 commit 3a5aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func newNetworkCmd(c *config) *cobra.Command {
allocateCmd.Flags().StringSlice("labels", []string{}, "labels for this network. [optional]")
allocateCmd.Flags().BoolP("dmz", "", false, "use this private network as dmz. [optional]")
allocateCmd.Flags().BoolP("shared", "", false, "shared allows usage of this private network from other networks")
allocateCmd.Flags().StringP("addressfamily", "", "ipv4", "addressfamily of the network to acquire [optional]")
allocateCmd.Flags().StringP("addressfamily", "", "", "addressfamily of the network to acquire [optional]")
allocateCmd.Flags().Int64P("ipv4length", "", 22, "ipv4 bitlength of network to create. [optional]")
allocateCmd.Flags().Int64P("ipv6length", "", 64, "ip6 bitlength of network to create. [optional]")
genericcli.Must(allocateCmd.RegisterFlagCompletionFunc("project", c.comp.ProjectListCompletion))
Expand Down

0 comments on commit 3a5aee9

Please sign in to comment.