From c62e349db80c64e487ffe81f7821708e6246ea94 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Tue, 25 Aug 2020 15:50:41 +0200
Subject: [PATCH] Adjusted module docstring.

---
 pysegcnn/preprocessing/sparcs.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pysegcnn/preprocessing/sparcs.py b/pysegcnn/preprocessing/sparcs.py
index b92f1dd..0f12f8a 100644
--- a/pysegcnn/preprocessing/sparcs.py
+++ b/pysegcnn/preprocessing/sparcs.py
@@ -1,4 +1,10 @@
-"""Functions to preprocess the Sparcs dataset.
+"""Command line script to preprocess the Sparcs dataset.
+
+After downloading the Sparcs dataset, from the repository's root directory run:
+
+    python pysegcnn/preprocessing/sparcs.py
+
+The above command will print the usage of the script.
 
 License
 -------
-- 
GitLab