Skip to content

Commit

Permalink
update cli command to explicitly show that this feature is experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Sep 20, 2023
1 parent 087854b commit a381e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func init() {
`An empty string "" clears the previous configuration. `+
`E.g. --dns-resolver-address 127.0.0.1:5053 or --dns-resolver-address ""`,
)
upCmd.PersistentFlags().BoolVar(&rosenpassEnabled, enableRosenpassFlag, false, "Enable Rosenpass feature. If enabled, the connection will be post-quantum secured via Rosenpass.")
upCmd.PersistentFlags().BoolVar(&rosenpassEnabled, enableRosenpassFlag, false, "[Experimental] Enable Rosenpass feature. If enabled, the connection will be post-quantum secured via Rosenpass.")
}

// SetupCloseHandler handles SIGTERM signal and exits with success
Expand Down

0 comments on commit a381e7c

Please sign in to comment.