Merge pull request #200052 from SuperSandro2000/less-space
This commit is contained in:
commit
da6ae81172
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ in
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
When less closes a file opened in such a way, it will call another program, called the input postprocessor, which may perform any desired clean-up action (such as deleting the replacement file created by LESSOPEN).
|
When less closes a file opened in such a way, it will call another program, called the input postprocessor,
|
||||||
|
which may perform any desired clean-up action (such as deleting the replacement file created by LESSOPEN).
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue