Skip to content

Commit

Permalink
Merge branch 'master' of github.com:droserasprout/pacman-fix-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Aug 3, 2018
2 parents 16d3341 + a7c9e4a commit 48c2339
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# pacman-fix-permissions
small Python script to fix broken Arch Linux filesystem permissions
Small Python script to fix broken Arch Linux filesystem permissions
```
usage: pacman-fix-permissions [-h] [-a | -p [names [names ...]] | -f
[paths [paths ...]]]
optional arguments:
-h, --help show this help message and exit
-a, --all process all installed packages (default)
-p [names [names ...]], --packages [names [names ...]]
list of package names to process
-f [paths [paths ...]], --filesystem-paths [paths [paths ...]]
list of filesystem paths to process
```

0 comments on commit 48c2339

Please sign in to comment.