From d35f8eb3d74f54f9ae146d6d17c2097705540ddf Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 30 Nov 2010 22:44:05 -0500 Subject: add install reason as %w also, declare another global 'local' so we know when we're only parsing locally or not. --- README.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.pod') diff --git a/README.pod b/README.pod index e3d2ca8..2f89272 100644 --- a/README.pod +++ b/README.pod @@ -95,7 +95,7 @@ The format argument allows the following interpreted sequences: %f filename (only with -S) - %i has install scriptlet + %i has install scriptlet (only with -Q) %k download size @@ -115,6 +115,8 @@ The format argument allows the following interpreted sequences: %v version + %w install reason + %% literal % Standard backslash escape sequences are supported. See printf(1). -- cgit v1.2.3-54-g00ecf