usage.txt 315B

12345678910111213
  1. usage: mkdirp [DIR1,DIR2..] {OPTIONS}
  2. Create each supplied directory including any necessary parent directories that
  3. don't yet exist.
  4. If the directory already exists, do nothing.
  5. OPTIONS are:
  6. -m, --mode If a directory needs to be created, set the mode as an octal
  7. permission string.