From f278793fdb96e9625b6e02931421de317a61f30f Mon Sep 17 00:00:00 2001
From: Joachim Fasting <joachifm@fastmail.fm>
Date: Mon, 6 Mar 2017 03:22:02 +0100
Subject: [PATCH] btsync module: remove redundant example

The default value already gives a good example of what values to
put here.
---
 nixos/modules/services/networking/btsync.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nixos/modules/services/networking/btsync.nix b/nixos/modules/services/networking/btsync.nix
index 572a7387316b..92e9fa7be419 100644
--- a/nixos/modules/services/networking/btsync.nix
+++ b/nixos/modules/services/networking/btsync.nix
@@ -208,7 +208,6 @@ in
       storagePath = mkOption {
         type = types.path;
         default = "/var/lib/btsync/";
-        example = "/var/lib/btsync/";
         description = ''
           Where BitTorrent Sync will store it's database files (containing
           things like username info and licenses). Generally, you should not