1
0
mirror of https://github.com/UzixLS/ehs5fs.git synced 2025-07-18 23:01:29 +03:00

actualize help text

This commit is contained in:
UzixLS
2015-09-21 10:15:07 +03:00
parent b1adffb30f
commit db28ec3fbd

5
main.c
View File

@ -39,9 +39,8 @@ static struct fuse_opt opts[] = {
}; };
const char *usage = "\ const char *usage = "\
usage: tc65fs [fuse options] device mountpoint\n\ usage: ehs5fs [fuse options] device mountpoint\n\
-V --version show software version inforamtion\n\ --version show software version inforamtion\n\
--port=/dev/ttyS0 connect to specified port\n\
--readonly disable any writting operations\n\ --readonly disable any writting operations\n\
--debug start in debug mode\n\ --debug start in debug mode\n\
"; ";