From f3473b9eba568532719aae7de942d989d061b03c Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 9 Jun 2018 10:29:02 +0200 Subject: [PATCH] zsh: add missing periods in descriptions --- modules/programs/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 91ce16755..6253d2a77 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -53,13 +53,13 @@ let expireDuplicatesFirst = mkOption { type = types.bool; default = false; - description = "Expire duplicates first"; + description = "Expire duplicates first."; }; extended = mkOption { type = types.bool; default = false; - description = "Save timestamp into the history file"; + description = "Save timestamp into the history file."; }; share = mkOption {