1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

renamed library and example

This commit is contained in:
Falk Werner
2019-02-16 16:14:22 +01:00
parent 39874f733a
commit 561a9f4eb5
3 changed files with 26 additions and 26 deletions

View File

@@ -22,10 +22,10 @@ static struct wsfs_server * server;
static void show_help(void)
{
printf(
"wsfs, Copyright (c) 2019, Falk Werner\n"
"wsfsd, Copyright (c) 2019, Falk Werner\n"
"Websocket file system daemon\n"
"\n"
"Usage: wsfs [m <mount_point>] [-d <document_root] [-n <vhost_name>] [-p <port>]\n"
"Usage: wsfsd [m <mount_point>] [-d <document_root] [-n <vhost_name>] [-p <port>]\n"
" [-c <server_cert_path> -k] [<server_key_path>]\n"
"\n"
"Options:\n"