diff --git a/internal/pkg/controllers/tunnel.go b/internal/pkg/controllers/tunnel.go index d500298..e866e22 100644 --- a/internal/pkg/controllers/tunnel.go +++ b/internal/pkg/controllers/tunnel.go @@ -43,9 +43,10 @@ If local is not specified, a random server port will be assigned automatically`, }, { Field: Remote, - Description: "The ports are defined from the servers' perspective. " + + Description: "[required] the ports are defined from the servers' perspective. " + "'Remote' refers to the ports and interfaces of the client., e.g. '3389'", - ShortName: "r", + ShortName: "r", + IsRequired: true, }, { Field: Scheme,