From 9bde1d1b599173d769fc80f7967c6c4a4e1f1c5a Mon Sep 17 00:00:00 2001 From: Shrenik Date: Mon, 4 Sep 2017 04:15:06 +0530 Subject: Add documentation create-compose.py error Adds statement specifying dependency of python2 on future package. Adds a newline at end of test-usage.rst Change-Id: I3b692c700e7ef2e202f8d85387ae761b2da689ad JIRA: STORPERF-190 Signed-off-by: Shrenik --- docs/testing/user/test-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/testing/user/test-usage.rst') diff --git a/docs/testing/user/test-usage.rst b/docs/testing/user/test-usage.rst index 8cd7f20..ee30da2 100644 --- a/docs/testing/user/test-usage.rst +++ b/docs/testing/user/test-usage.rst @@ -271,4 +271,4 @@ request. If no lines are specified, then last 35 lines are returned .. code-block:: bash - curl -X GET --header 'Accept: application/json' http://StorPerf:5000/api/v1.0/logs?lines=12 \ No newline at end of file + curl -X GET --header 'Accept: application/json' http://StorPerf:5000/api/v1.0/logs?lines=12 -- cgit 1.2.3-korg