summaryrefslogtreecommitdiffstats
path: root/README.pod
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-11-30 22:44:05 -0500
committerDave Reisner <d@falconindy.com>2010-11-30 22:58:13 -0500
commitd35f8eb3d74f54f9ae146d6d17c2097705540ddf (patch)
tree74c9da3e4ecee2d4fdcb98b38be2fbddbb87f3e9 /README.pod
parent4b61b317b7e1fc4920d9551cbe3be951f04635d1 (diff)
downloadexpac-d35f8eb3d74f54f9ae146d6d17c2097705540ddf.tar.xz
add install reason as %w
also, declare another global 'local' so we know when we're only parsing locally or not.
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod4
1 files changed, 3 insertions, 1 deletions
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).