The unified diff between revisions [0e41c850..] and [d13e4c4d..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "src/cmdline.cpp"
#  from [8edd50a734f6ecfdc098dadae42a3575e7f4df79]
#    to [6a74f1cf69a60d210c159ac12fb8c216746e10e5]
#
============================================================
--- src/cmdline.cpp	8edd50a734f6ecfdc098dadae42a3575e7f4df79
+++ src/cmdline.cpp	6a74f1cf69a60d210c159ac12fb8c216746e10e5
@@ -210,7 +210,8 @@ XxCmdline::Option XxCmdline::_optionsXxd
      "Copies the input streams/files into temporary files to perform diffing. "
      "This is useful if you want to diff FIFOs."
    },
-   { "prompt-for-files", 0, false, 'p',
+// Hack for os x - programs are run with an argument line -psn_0_36306945
+   { "prompt-for-files", 'p', true, 'p',
      "If no files are specified on the command line, show a file dialog so that "
      "the user can select them. This option is ignored if any files are specified."
    },