From 9382b3809b3f6bea8dec6483ff66d7c2b21abd94 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Fri, 7 Sep 2007 20:28:25 +0000 Subject: overload the existing '-q' flag so that if '-l' and '-q' are used together, a "short form" listing (just pathnames) is generated. change a few flag variables to "smallint" as well. --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index d62795f3d..c5ed55881 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3763,7 +3763,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when #define unzip_full_usage \ "Extract files from ZIP archives" \ "\n\nOptions:\n" \ - " -l List archive contents (short form)\n" \ + " -l List archive contents (with -q for short form)\n" \ " -n Never overwrite existing files (default)\n" \ " -o Overwrite files without prompting\n" \ " -p Send output to stdout\n" \ -- cgit v1.2.3