dmg2img.1 892 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH "dmg2img" 1
  2. .SH NAME
  3. dmg2img \- convert compressed dmg to standard (hfsplus) image disk files
  4. .SH SYNOPSIS
  5. .B dmg2img
  6. [-s] [-v] [-V] [-d] <input.dmg> [<output.img>]
  7. .PP
  8. .B dmg2img
  9. [-s] [-v] [-V] [-d] -i <input.dmg> -o <output.img>
  10. .SH DESCRIPTION
  11. .B dmg2img
  12. is an Apple's compressed dmg to standard (hfsplus) image disk file conversion tool.
  13. .SH OPTIONS
  14. .TP
  15. .B \-i
  16. Path to the input .dmg file.
  17. .TP
  18. .B \-s
  19. Silent operation
  20. .TP
  21. .B \-v
  22. Verbose operation
  23. Try to extract key from input file.
  24. .TP
  25. .B \-V
  26. Extremely verbose operation
  27. .TP
  28. .B \-d
  29. Enable debugging.
  30. .TP
  31. .B \-o
  32. The output file (if left out it will be named <input_file>.img).
  33. .SH "SEE ALSO"
  34. vfdecrypt(1)
  35. .SH AUTHORS
  36. .TP
  37. vu1tur <to@vu1tur.eu.org>
  38. .TP
  39. Jean-Pierre Demailly <demailly@fourier.ujf-grenoble.fr>.
  40. .PP
  41. This manual page was written by Soeren Sonnenburg <sonne@debian.org>,
  42. for the Debian project (but may be used by others).