Dear maintainer,
I found a small typo in the help output of the `7z` command provided by the `7zip` package in Debian.
When running `7z` without arguments, the note section says:
This means recursively add/delete/extract files to/from <arcive_name>.
The correct spelling should be `archive_name`.
I have investigated the source code and found that this error originates from the Debian patch `0005-Add-note-for-unexpected-recursive-operations-behavio.patch`.
The patch adds this line to `CPP/7zip/UI/Console/Main.cpp`.
The upstream 7-Zip source code (version 26.02) uses the correct `archive_name`,
so this appears to be a typo introduced in this Debian-specific patch.
Could you please correct it to `archive_name` in the next package revision?
Thank you for maintaining 7zip in Debian!
nsyhykui