Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
Signed-off-by: nemirorox <[email protected]>
  • Loading branch information
nemirorox committed Nov 24, 2020
1 parent 88fe14b commit 9c9953f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pipeline/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Here is a general guide to quick start a FATE job.

.. code-block:: bash
# upload data used by demo, optionally provides directory where examples/data locates
# upload demo data to FATE data storage, optionally provide path to where deployed examples/data locates
python demo/pipeline-upload.py --base /data/projects/fate
Expand Down
2 changes: 1 addition & 1 deletion examples/pipeline/demo/pipeline-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main(data_base=DATA_BASE):

if __name__ == "__main__":
parser = argparse.ArgumentParser("PIPELINE DEMO")
parser.add_argument("-base", type=str,
parser.add_argument("--base", "-b", type=str,
help="data base, path to directory that contains examples/data")

args = parser.parse_args()
Expand Down

0 comments on commit 9c9953f

Please sign in to comment.