diff --git a/README.md b/README.md index 8714563..b7fb4d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ + # TtyCloner -Clone tty device to few pseudo ttys without worrying about blocking cloned device +Clone tty device to few pseudo ttys without worrying about blocking cloned device. # Table of contents @@ -11,7 +12,20 @@ Clone tty device to few pseudo ttys without worrying about blocking cloned devic # General info -You should run this application with root permissions or give access permissions to needed devices/directories. +You should run this application with root permissions or give permissions to needed devices/directories. +Console arguments: + + debian@debian10:~/TtyCloner/build$ ./TtyCloner + Clone tty device to few pseudo ttys without worrying about blocking cloned device + Usage: + TtyCloner [OPTION...] + + -b, --baudrate arg Set baudrate (default: 9600) + -n, --number arg Number of new pty interfaces + -i, --interface arg Tty interface to clone + -f, --file Create file /tmp/TtyCloner.txt with list of created + pty interfaces + -h, --help Show this help # Example diagram @@ -34,4 +48,7 @@ After compilation use TtyCloner binary file. You can also open and compile this # Example of use -TODO +
\ No newline at end of file