diff --git a/doc/manuals/poncho/index.md b/doc/manuals/poncho/index.md index 9f14a4ec99..93c70f6c2c 100644 --- a/doc/manuals/poncho/index.md +++ b/doc/manuals/poncho/index.md @@ -63,14 +63,14 @@ This will create `package.json` with contents similar to this: Then to create a complete package from the specification: ``` -poncho_package_create package.json +poncho_package_create package.json package.tar.gz ``` Once created, this package can be moved to another machine for execution. Then, to run a program in the environment: ``` -poncho_package_run -e package.tar.gz -- example.py +poncho_package_run -e package.tar.gz -- python example.py ``` ## Specification File