shithub: unionfs

Download patch

ref: cc0bf9223ed0a8b2ee2946f8f21ea071911b813b
parent: 29b0958c9eb1071fa23be1516e3b5a6001a014f5
author: kvik <kvik@a-b.xyz>
date: Mon Feb 17 11:01:46 EST 2020

Update usage()

--- a/unionfs.c
+++ b/unionfs.c
@@ -727,7 +727,7 @@
 void
 usage(void)
 {
-	fprint(2, "%s [-D] [-abC] [-M | -m mtpt] [-s srv] [[-c] path ...]\n", argv0);
+	fprint(2, "%s [-abiC] [-M | -m mtpt] [-s srv] [-c] path ...\n", argv0);
 	exits("usage");
 }