1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

removed obsolete arguments

This commit is contained in:
Falk Werner 2019-01-31 21:45:08 +01:00
parent 705437254d
commit 4c01ac668f

View File

@ -13,7 +13,7 @@ fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote files
make
CTEST_OUTPUT_ON_FAILUE=1 make test
mkdir test
./wsfs -s -f --document_root=`realpath ../src/app/www` --port=4711 test
./wsfs -m test --document_root=`realpath ../src/app/www` --port=4711
# Dependencies