refactor: replace hidden => true with importance => hidden

This commit is contained in:
Zaiming (Stone) Shi 2023-04-03 13:13:43 +02:00
parent 5f6d318cf0
commit 677b76afce
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ fields(socket_opts) ->
boolean(), boolean(),
#{ #{
default => true, default => true,
hidden => true, importance => ?IMPORTANCE_HIDDEN,
desc => ?DESC(socket_nodelay) desc => ?DESC(socket_nodelay)
} }
)} )}