diff options
author | Dave Reisner <d@falconindy.com> | 2010-12-11 20:03:33 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-12-11 20:03:33 -0500 |
commit | a971ee49ed668196e7f40fb8267403cbb3e50b62 (patch) | |
tree | 052045172bbbf5d5a673fc117106986ab5b096b4 | |
parent | 236ef35e1ce9eccfa47d37718b763decb7077136 (diff) | |
download | expac-a971ee49ed668196e7f40fb8267403cbb3e50b62.tar.xz |
%k is sync only
-rw-r--r-- | README.pod | 2 | ||||
-rw-r--r-- | expac.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -97,7 +97,7 @@ The format argument allows the following interpreted sequences: %i has install scriptlet (only with -Q) - %k download size + %k download size (only with -S) %l install date (only with -Q) @@ -37,9 +37,9 @@ #define DEFAULT_DELIM "\n" #define DEFAULT_LISTDELIM " " #define DEFAULT_TIMEFMT "%c" -#define FORMAT_TOKENS "BCDEGLNOPRSabdkmnprsuvw%" +#define FORMAT_TOKENS "BCDEGLNOPRSabdmnprsuvw%" #define FORMAT_TOKENS_LOCAL "ilFw" -#define FORMAT_TOKENS_SYNC "f" +#define FORMAT_TOKENS_SYNC "fk" #define ESCAPE_TOKENS "\"\\abefnrtv" static char const digits[] = "0123456789"; |