From 50a2ce9311c16da326d6aa5ac0ab0f91a5b29cac Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 8 Jun 2024 13:11:31 +0200 Subject: [PATCH] man: document new options --- tools/man/sqsh-ls.1.in | 8 ++++++++ tools/man/sqsh-unpack.1.in | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/tools/man/sqsh-ls.1.in b/tools/man/sqsh-ls.1.in index c34b0d86..6b06055c 100644 --- a/tools/man/sqsh-ls.1.in +++ b/tools/man/sqsh-ls.1.in @@ -41,6 +41,14 @@ output of the \fBls -l\fR command. .BR \-u ", " \fB\-\-utc When running with \fB-l\fR use UTC timestamps instead of local time. +.TP +.BR \-R ", " \fB\-\-raw +Do not escape filenames, even if the output is a terminal. + +.TP +.BR \-e ", " \fB\-\-escape +Escape filenames, even if the output is not a terminal. + .TP .BR \-v ", " \fB\-\-version Print the version of \fBsqsh-ls\fR and exit. diff --git a/tools/man/sqsh-unpack.1.in b/tools/man/sqsh-unpack.1.in index 5218f267..84735e7b 100644 --- a/tools/man/sqsh-unpack.1.in +++ b/tools/man/sqsh-unpack.1.in @@ -42,6 +42,14 @@ group ID of the current user. .BR \-V ", " \fB\-\-verbose\fR Print more verbose output during unpacking. +.TP +.BR \-R ", " \fB\-\-raw +When in verbose do not escape filenames, even if the output is a terminal. + +.TP +.BR \-R ", " \fB\-\-escape +When in verbose escape filenames, even if the output is not a terminal. + .SH ARGUMENTS .TP .BR FILESYSTEM