From 62f7711e29713c4dceeb00a956363ebdb01e20ec Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Mon, 12 Aug 2019 13:37:15 +0200 Subject: [PATCH] Fix the indentation Co-Authored-By: Alexey Shmalko --- nixos/modules/programs/fuse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/fuse.nix b/nixos/modules/programs/fuse.nix index d3b644024e0..c15896efbb5 100644 --- a/nixos/modules/programs/fuse.nix +++ b/nixos/modules/programs/fuse.nix @@ -22,7 +22,7 @@ in { type = types.bool; default = false; description = '' - Allow non-root users to specify the allow_other or allow_root mount + Allow non-root users to specify the allow_other or allow_root mount options, see mount.fuse3(8). ''; };