diff --git a/docs/source/doc_maintenance.rst b/docs/source/doc_maintenance.rst
index 45ae491..110a091 100644
--- a/docs/source/doc_maintenance.rst
+++ b/docs/source/doc_maintenance.rst
@@ -87,7 +87,7 @@ Follow standard git procedures to upload your new and modified files. The follow
git add source/index.rst
git add source/how-to-scan.rst
git status
- git commit -m "New how-to document that explains how to scan"
+ git commit -s -m "New how-to document that explains how to scan"(You need to sign-off every commits)
git status
git push
git status
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 5cba095..9248f5d 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -49,3 +49,4 @@ Indices and Tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
+
diff --git a/docs/source/scancode-toolkit/how_to/how_to_run_a_scan.rst b/docs/source/scancode-toolkit/how_to/how_to_run_a_scan.rst
index 13f0f34..50685df 100644
--- a/docs/source/scancode-toolkit/how_to/how_to_run_a_scan.rst
+++ b/docs/source/scancode-toolkit/how_to/how_to_run_a_scan.rst
@@ -6,46 +6,56 @@ How to Run a Scan
Quickstart
----------
-ScanCode results are provided as:
-
-#. JSON file (default)
-#. html (static html)
+ScanCode results are provided as:
-The basic usage is:
+1. JSON file (default)
+2. html (static html)
+3. csv
-::
+The basic usage is::
- ./scancode [OPTIONS]
+ ./scancode [OPTIONS]