From a20b86ed4928ccdc77886b931d0e5014ad9f01c4 Mon Sep 17 00:00:00 2001 From: Parth Yadav Date: Mon, 14 Jun 2021 18:43:20 +0530 Subject: Fix Dockerfile bugs Fixes some Dockerfile bugs. Also, fixes some other syntax bugs, does not covers logical bug fixes. Signed-off-by: Parth Yadav Change-Id: I72cfbf058a2c35148337359d78e1fb8f1b3234d3 --- docs/sdvconfig/user/userguide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sdvconfig/user') diff --git a/docs/sdvconfig/user/userguide.rst b/docs/sdvconfig/user/userguide.rst index 917ea8d..21c1210 100644 --- a/docs/sdvconfig/user/userguide.rst +++ b/docs/sdvconfig/user/userguide.rst @@ -18,7 +18,7 @@ curl --header "Content-Type: application/json" --request POST --data '{"pdf_ To run this on commandline, use the following command ``` -python extrapolation.py --pdf_fn="path/to/pdf_fn" --store-at="path/to/storage" +python extrapolation.py --file="path/to/pdf_fn" --store_at="path/to/storage" ``` The pdf_fn key expects absolute filepath to pdf or a raw github file url. @@ -39,4 +39,4 @@ python cli_validation.py --inst_dir=path/to/mani_dir --inst_type=type --pdf=path The pdf_file key expects absolute filepath to pdf or a raw github file url. The inst_dir key expects absolute filepath to installer directory or a github clone url. The inst_type key expects installer type string ("airship", "tripleo", etc.) -sitename: intel-pod10, intel-pod15 etc. +sitename: intel-pod10, intel-pod15 etc. \ No newline at end of file -- cgit 1.2.3-korg