commit 4855f188c129740840a11f7b74f23739eaa69b06 parent 96c15e765b083556aa3b46ecabb7264ec96a40f1 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 2 Feb 2015 19:58:45 +0100 fsfreeze: fix usage line, either -f or -u Diffstat:
M | fsfreeze.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fsfreeze.c b/fsfreeze.c @@ -16,7 +16,7 @@ static void usage(void) { - eprintf("usage: %s [-f] [-u] mountpoint\n", argv0); + eprintf("usage: %s [-f | -u] mountpoint\n", argv0); } int