Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbcc2e3b authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 33d84874: am c353c912: Merge "Document mkdir behavioural change"

* commit '33d84874':
  Document mkdir behavioural change
parents a2ae0abc 33d84874
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -205,7 +205,8 @@ loglevel <level>
mkdir <path> [mode] [owner] [group]
   Create a directory at <path>, optionally with the given mode, owner, and
   group. If not provided, the directory is created with permissions 755 and
   owned by the root user and root group.
   owned by the root user and root group. If provided, the mode, owner and group
   will be updated if the directory exists already.

mount <type> <device> <dir> [ <flag> ]* [<options>]
   Attempt to mount the named device at the directory <dir>