about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/chmod
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/commands/scripts/chmod')
-rwxr-xr-xhome-manager/config/lf/commands/scripts/chmod2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/commands/scripts/chmod b/home-manager/config/lf/commands/scripts/chmod
index bafb38c9..92f75e60 100755
--- a/home-manager/config/lf/commands/scripts/chmod
+++ b/home-manager/config/lf/commands/scripts/chmod
@@ -3,7 +3,7 @@
 # shellcheck source=/dev/null
 SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
 
-readp "Mode Bits: " bits
+readp "Mode bits: " bits
 
 while read -r file; do
     chmod "$bits" "$file"