diff options
-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"; |