Skip to content

Commit

Permalink
Merge pull request netheril96#185 from netheril96/create-pull-request…
Browse files Browse the repository at this point in the history
…/patch

Auto PR for usage.md
  • Loading branch information
netheril96 authored Jul 28, 2024
2 parents 84272fd + 4244383 commit 709b8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Mount an existing filesystem
- **--attr-timeout**: Number of seconds to cache file attributes. Default is 30.. *Default: 30.*
- **--skip-dot-dot**: A no-op option retained for backwards compatibility. *This is a switch arg. Default: false.*
- **--plain-text-names**: When enabled, securefs does not encrypt or decrypt file names. Use it at your own risk. No effect on full format.. *This is a switch arg. Default: false.*
- **--uid-override**: Forces every file to be owned by this uid in the virtual filesystem. If the value is -1, then no override is in place. *Default: -1.*
- **--gid-override**: Forces every file to be owned by this gid in the virtual filesystem. If the value is -1, then no override is in place. *Default: -1.*
## create (short name: c)
Create a new filesystem

Expand Down

0 comments on commit 709b8e1

Please sign in to comment.