Introduction
Introduction Statistics Contact Development Disclaimer Help
fsfreeze: fix usage line, either -f or -u - ubase - suckless linux base utils
git clone git://git.suckless.org/ubase
Log
Files
Refs
README
LICENSE
---
commit 4855f188c129740840a11f7b74f23739eaa69b06
parent 96c15e765b083556aa3b46ecabb7264ec96a40f1
Author: Hiltjo Posthuma <[email protected]>
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.