diff --git a/bin/xbps-uunshare/main.c b/bin/xbps-uunshare/main.c
index 720a84f5..00040963 100644
--- a/bin/xbps-uunshare/main.c
+++ b/bin/xbps-uunshare/main.c
@@ -76,7 +76,7 @@ die(const char *fmt, ...)
static void __attribute__((noreturn))
usage(const char *p)
{
- printf("Usage: %s [-b src:dest]
[]\n\n"
+ printf("Usage: %s [-b src:dest] [--] []\n\n"
"-b src:dest Bind mounts into / (may be specified multiple times)\n\n", p);
exit(EXIT_FAILURE);
}
diff --git a/bin/xbps-uunshare/xbps-uunshare.1 b/bin/xbps-uunshare/xbps-uunshare.1
index b80fc01c..eba128c1 100644
--- a/bin/xbps-uunshare/xbps-uunshare.1
+++ b/bin/xbps-uunshare/xbps-uunshare.1
@@ -37,6 +37,12 @@ Please note that both
and
.Ar dest
must be absolute paths and must exist.
+.It Fl -
+Stop interpreting following arguments as options.
+This option is useful if some of
+.Ar ARGS
+are options passed to
+.Ar COMMAND .
.El
.Sh NOTES
The