summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/plistutil.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/plistutil.c b/tools/plistutil.c
index 1c199fe..4b83df3 100644
--- a/tools/plistutil.c
+++ b/tools/plistutil.c
@@ -184,6 +184,11 @@ int main(int argc, char *argv[])
184 return 0; 184 return 0;
185 } 185 }
186 186
187 if (options->flags & OPT_DEBUG)
188 {
189 plist_set_debug(1);
190 }
191
187 if (!options->in_file || !strcmp(options->in_file, "-")) 192 if (!options->in_file || !strcmp(options->in_file, "-"))
188 { 193 {
189 read_size = 0; 194 read_size = 0;