From db28ec3fbdd74f860642784ea79215160b474c59 Mon Sep 17 00:00:00 2001 From: UzixLS Date: Mon, 21 Sep 2015 10:15:07 +0300 Subject: [PATCH] actualize help text --- main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index e998339..58dd757 100644 --- a/main.c +++ b/main.c @@ -39,9 +39,8 @@ static struct fuse_opt opts[] = { }; const char *usage = "\ -usage: tc65fs [fuse options] device mountpoint\n\ - -V --version show software version inforamtion\n\ - --port=/dev/ttyS0 connect to specified port\n\ +usage: ehs5fs [fuse options] device mountpoint\n\ + --version show software version inforamtion\n\ --readonly disable any writting operations\n\ --debug start in debug mode\n\ ";