summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index df0d03d..fb9a82f 100644
--- a/README.rst
+++ b/README.rst
@@ -49,7 +49,7 @@ be lost on update).
The examples below will assume an unmodified profile in a system location (unless noted otherwise).
-It is advised to check the help information of the **mkparabolaiso**:
+It is advised to consult the help output of **mkparabolaiso**:
.. code:: bash
@@ -60,7 +60,7 @@ Create images with packaged parabolaiso
.. code:: bash
- mkparabolaiso -B path/to/profile -w path/to/work_dir -o path/to/out_dir build_profile
+ mkparabolaiso -w path/to/work_dir -o path/to/out_dir path/to/profile
Create images with local clone
------------------------------
@@ -69,7 +69,7 @@ Clone this repository and run:
.. code:: bash
- ./parabolaiso/mkparabolaiso -B path/to/profile -w path/to/work_dir -o path/to/out_dir build_profile
+ ./parabolaiso/mkparabolaiso -w path/to/work_dir -o path/to/out_dir path/to/profile
Testing
=======
@@ -91,7 +91,7 @@ Run the following to boot the iso using UEFI:
.. code:: bash
- run_parabolaiso -i path/to/an/parabola.iso -u
+ run_parabolaiso -u -i path/to/an/parabola.iso
The script can of course also be executed from this repository: