| OLD | NEW |
| 1 #!/usr/bin/perl | 1 #!/usr/bin/perl |
| 2 # ***** BEGIN LICENSE BLOCK ***** | 2 # ***** BEGIN LICENSE BLOCK ***** |
| 3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1 | 3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
| 4 # | 4 # |
| 5 # The contents of this file are subject to the Mozilla Public License Version | 5 # The contents of this file are subject to the Mozilla Public License Version |
| 6 # 1.1 (the "License"); you may not use this file except in compliance with | 6 # 1.1 (the "License"); you may not use this file except in compliance with |
| 7 # the License. You may obtain a copy of the License at | 7 # the License. You may obtain a copy of the License at |
| 8 # http://www.mozilla.org/MPL/ | 8 # http://www.mozilla.org/MPL/ |
| 9 # | 9 # |
| 10 # Software distributed under the License is distributed on an "AS IS" basis, | 10 # Software distributed under the License is distributed on an "AS IS" basis, |
| (...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1511 " [--license <file>] (plain text license agreement)\n". | 1511 " [--license <file>] (plain text license agreement)\n". |
| 1512 " [--resource <file>] (flat .r files to merge)\n". | 1512 " [--resource <file>] (flat .r files to merge)\n". |
| 1513 " [--icon <icns-file>] (volume icon)\n". | 1513 " [--icon <icns-file>] (volume icon)\n". |
| 1514 " [--attribute <a>:<file>] (set file attributes)\n". | 1514 " [--attribute <a>:<file>] (set file attributes)\n". |
| 1515 " [--idme] (make Internet-enabled image)\n". | 1515 " [--idme] (make Internet-enabled image)\n". |
| 1516 " [--sourcefile] (treat --source as a file)\n". | 1516 " [--sourcefile] (treat --source as a file)\n". |
| 1517 " [--verbosity <level>] (0, 1, 2; default=2)\n". | 1517 " [--verbosity <level>] (0, 1, 2; default=2)\n". |
| 1518 " [--dry-run] (print what would be done)\n"); | 1518 " [--dry-run] (print what would be done)\n"); |
| 1519 return; | 1519 return; |
| 1520 } | 1520 } |
| OLD | NEW |