mirror of
https://github.com/nix-community/home-manager
synced 2024-11-16 08:09:45 +01:00
zsh: add missing periods in descriptions
This commit is contained in:
parent
06a984e4ff
commit
f3473b9eba
1 changed files with 2 additions and 2 deletions
|
@ -53,13 +53,13 @@ let
|
||||||
expireDuplicatesFirst = mkOption {
|
expireDuplicatesFirst = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Expire duplicates first";
|
description = "Expire duplicates first.";
|
||||||
};
|
};
|
||||||
|
|
||||||
extended = mkOption {
|
extended = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Save timestamp into the history file";
|
description = "Save timestamp into the history file.";
|
||||||
};
|
};
|
||||||
|
|
||||||
share = mkOption {
|
share = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue