From: Nicolas Collignon <tsointsoin@gmail.com>
Date: Sat, 16 Mar 2024 16:04:36 +0200
Subject: Document --chroot and --user options

Bug-Debian: https://bugs.debian.org/477401

Applied-Upstream: commit:1c52fc1bced251d6c0f86cc1e28d4df5837aadd2
---
 hts.1 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hts.1 b/hts.1
index 918eca9..734c18c 100644
--- a/hts.1
+++ b/hts.1
@@ -51,6 +51,12 @@ don't fork into the background
 .TP
 .B \-p, \-\-pid\-file LOCATION
 write a PID file to LOCATION
+.TP
+.B \-C, \-\-chroot LOCATION
+chroot to LOCATION before serving clients
+.TP
+.B \-u, \-\-user USER
+change user and group identities before serving clients
 .SH AUTHOR
 This manual page was contributed by Teemu Hukkanen <tjhukkan@iki.fi>,
 and was originally written for the Debian GNU/Linux system.
