typo: throgh -> through
This commit is contained in:
parent
48a5143664
commit
fa2bb27f02
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@ in
|
|||
local = mkOption {
|
||||
type = with types; listOf (either int string);
|
||||
default = [ ];
|
||||
description = "List of local ports to open throgh the ssh tunnel. See ssh(1) for ``-L``";
|
||||
description = "List of local ports to open through the ssh tunnel. See ssh(1) for ``-L``";
|
||||
};
|
||||
remote = mkOption {
|
||||
type = with types; listOf (either int string);
|
||||
default = [ ];
|
||||
description = "List of remote ports to open throgh the ssh tunnel. See ssh(1) for ``-R``";
|
||||
description = "List of remote ports to open through the ssh tunnel. See ssh(1) for ``-R``";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue