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:
5
main.c
5
main.c
@ -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\
|
||||||
";
|
";
|
||||||
|
Reference in New Issue
Block a user