From f35898aa2ba095d05c8c57536a95f44b03f87aa7 Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 21 Sep 2015 10:17:29 +0300 Subject: [PATCH 1/2] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..78b34c7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# ehs5fs +FUSE filesystem for EHS5/BGS5 modems + +usage: ehs5fs [fuse options] device mountpoint + --version show software version inforamtion + --readonly disable any writting operations + --debug start in debug mode + +example: ./ehs5fs /dev/ttyUSB0 ~/tmp1/ From 2b71acb1ab74680e7bf98ac3d8f5061c6fc3f1f1 Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 21 Sep 2015 10:20:33 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78b34c7..61012f0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # ehs5fs FUSE filesystem for EHS5/BGS5 modems -usage: ehs5fs [fuse options] device mountpoint - --version show software version inforamtion - --readonly disable any writting operations - --debug start in debug mode +usage: ehs5fs [fuse options] device mountpoint
+ --version show software version inforamtion
+ --readonly disable any writting operations
+ --debug start in debug mode
example: ./ehs5fs /dev/ttyUSB0 ~/tmp1/