Skip to content

Commit

Permalink
improve text (thanks @lslezak)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 18, 2015
1 parent fe0ebe9 commit 8525ef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Features
* Thread-safety
* Allows overriding environment variables
* Optional logging for easy debugging
* Running on changed root ( require chroot permission )
* Running on changed root ( requires chroot permission )

Non-features
------------
Expand Down Expand Up @@ -229,8 +229,8 @@ end

### Changing System Root

If command have to be run on different system root, then :chroot options
can be used:
If a command needs to be executed in different system root then the `:chroot`
option can be used:

```ruby
Cheetah.run("/usr/bin/inspect", chroot: "/mnt/target_system")
Expand Down

0 comments on commit 8525ef3

Please sign in to comment.