Skip to content

Commit

Permalink
fixed typo in imageio-client example
Browse files Browse the repository at this point in the history
There was a typo in the example,

$ ./ovit-imageio -c test -> $ ./ovirt-imageio -c test

Signed-off-by: gpillon <giorgio.pillon@live.com>
  • Loading branch information
gpillon authored and aesteve-rh committed Apr 6, 2023
1 parent 25318b9 commit 4e5f7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imageio-client
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In another shell, start the ovirt-imageio daemon running as current user and
group:
$ cd ../daemon
$ ./ovit-imageio -c test
$ ./ovirt-imageio -c test
We can control the daemon now using ../daemon/test/daemon.sock.
Expand Down

0 comments on commit 4e5f7e0

Please sign in to comment.