Skip to content

Commit

Permalink
mss: usage: set accordingly to recent commit
Browse files Browse the repository at this point in the history
Signed-off-by: chickendrop89 <[email protected]>
  • Loading branch information
chickendrop89 committed Nov 30, 2023
1 parent 89727e5 commit 1a4f669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Download the module archive, and flash it in Magisk app, or using command line
remove - Removes swapfile and swaps-off
status - Prints swapfile size and status
swappiness <1-200> <blank to reset>
swappiness <1-200> [show] [reset]
- Controls how agressively Linux swaps anonymous memory
vfs-cache-pressure <1-∞> <blank to reset>
vfs-cache-pressure <1-∞> [show] [reset]
- Controls the tendency of the kernel to reclaim the memory
```

Expand Down
4 changes: 2 additions & 2 deletions system/bin/magiskswap
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ case $NAME in
"remove - Removes swapfile and swaps-off " \ "\n" \
"status - Prints swapfile size and status " \ "\n" \
" " \ "\n" \
"swappiness <1-200> <blank to reset> " \ "\n" \
"swappiness <1-200> [show] [reset] " \ "\n" \
" - Controls how agressively Linux swaps anonymous memory " \ "\n" \
" " \ "\n" \
"vfs-cache-pressure <1-∞> <blank to reset> " \ "\n" \
"vfs-cache-pressure <1-∞> [show] [reset] " \ "\n" \
" - Controls the tendency of the kernel to reclaim the memory" \ "\n" \
" " \ "\n" \
;;
Expand Down

0 comments on commit 1a4f669

Please sign in to comment.