Browse Source

Correct help for temp dir flag (--tempdirprefix)

master
Scott Wallace 12 years ago
parent
commit
2b7cd46596
  1. 2
      git-latexdiff

2
git-latexdiff

@ -81,7 +81,7 @@ Options:
-o <file>, --output <file> -o <file>, --output <file>
copy resulting PDF into <file> (usually ending with .pdf) copy resulting PDF into <file> (usually ending with .pdf)
Implies "--cleanup all" Implies "--cleanup all"
--tmpprefix where temporary directory will be created (default: /tmp)
--tmpdirprefix where temporary directory will be created (default: /tmp)
--verbose, -v give more verbose output --verbose, -v give more verbose output
--quiet redirect output from subprocesses to log files --quiet redirect output from subprocesses to log files
--prepare <cmd> run <cmd> before latexdiff (e.g. run make to generate --prepare <cmd> run <cmd> before latexdiff (e.g. run make to generate

Loading…
Cancel
Save