---
filters/tar/tar.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/filters/tar/tar.c b/filters/tar/tar.c
index c650a3499..f3adb2c46 100644
--- a/filters/tar/tar.c
+++ b/filters/tar/tar.c
@@ -96,8 +96,9 @@ tar_config_complete (nbdkit_next_config_complete *next,
return next (nxdata);
}
-#define tar_config_help \
- "tar-entry=<FILENAME> (required) The path inside the tar file to
serve."
+#define tar_config_help \
+ "tar-entry=<FILENAME> (required) The path inside the tar file to
serve.\n" \
+ "tar=<PATH> Path of the tar binary."
static int
tar_thread_model (void)
--
2.40.1