diff options
author | Radostin Stoyanov <rstoyanov1@gmail.com> | 2017-07-21 13:39:34 +0100 |
---|---|---|
committer | Radostin Stoyanov <rstoyanov1@gmail.com> | 2017-07-21 13:39:34 +0100 |
commit | 41f0742f4dc0d792aea837021b1e5fda7724a986 (patch) | |
tree | 609ff2c107dbc0f0ace13932eb707c7231afe3d3 | |
parent | 8028e1054a596077fe7b15d4c254c5d37289ebd6 (diff) | |
download | virt-bootstrap.git-41f0742f4dc0d792aea837021b1e5fda7724a986.tar.gz virt-bootstrap.git-41f0742f4dc0d792aea837021b1e5fda7724a986.tar.xz virt-bootstrap.git-41f0742f4dc0d792aea837021b1e5fda7724a986.zip |
readme: Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ To test changes without installing the package in your machine, use the run script. For example to run virt-bootstrap, use a command like the following one: - ./run src/virtBootstrap/virt-bootstrap.py --help + ./run src/virtBootstrap/virt_bootstrap.py --help |