From 1a4f669fcbfcb39f49bf85e2d65633861a8995fd Mon Sep 17 00:00:00 2001 From: chickendrop89 Date: Thu, 30 Nov 2023 19:47:35 +0100 Subject: [PATCH] mss: usage: set accordingly to recent commit Signed-off-by: chickendrop89 --- README.md | 4 ++-- system/bin/magiskswap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1e0571..7998f72 100755 --- a/README.md +++ b/README.md @@ -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> + swappiness <1-200> [show] [reset] - Controls how agressively Linux swaps anonymous memory - vfs-cache-pressure <1-∞> + vfs-cache-pressure <1-∞> [show] [reset] - Controls the tendency of the kernel to reclaim the memory ``` diff --git a/system/bin/magiskswap b/system/bin/magiskswap index ade1d1b..9663721 100755 --- a/system/bin/magiskswap +++ b/system/bin/magiskswap @@ -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> " \ "\n" \ + "swappiness <1-200> [show] [reset] " \ "\n" \ " - Controls how agressively Linux swaps anonymous memory " \ "\n" \ " " \ "\n" \ - "vfs-cache-pressure <1-∞> " \ "\n" \ + "vfs-cache-pressure <1-∞> [show] [reset] " \ "\n" \ " - Controls the tendency of the kernel to reclaim the memory" \ "\n" \ " " \ "\n" \ ;;