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:
parent
705437254d
commit
4c01ac668f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user