diff options
author | 2021-06-14 18:43:20 +0530 | |
---|---|---|
committer | 2021-06-14 18:48:55 +0530 | |
commit | a20b86ed4928ccdc77886b931d0e5014ad9f01c4 (patch) | |
tree | f3b00e66686aca065605ecb0bb246b1738f03451 /docs | |
parent | 59b843cdd9ea6f704412d760ece42f2a49dfb9cd (diff) |
Fix Dockerfile bugs
Fixes some Dockerfile bugs.
Also, fixes some other syntax bugs, does not covers logical bug fixes.
Signed-off-by: Parth Yadav<parthyadav3105@gmail.com>
Change-Id: I72cfbf058a2c35148337359d78e1fb8f1b3234d3
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sdvconfig/user/userguide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |