aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/grep.bash2
-rw-r--r--bash/bashrc.d/ls.bash2
2 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc.d/grep.bash b/bash/bashrc.d/grep.bash
index 51892167..f2a2f5d1 100644
--- a/bash/bashrc.d/grep.bash
+++ b/bash/bashrc.d/grep.bash
@@ -1,4 +1,4 @@
-# Function returns calculated options for grep
+# Return appropriate options for grep
grepopts() {
# Snarf the output of `grep --help` into a variable
diff --git a/bash/bashrc.d/ls.bash b/bash/bashrc.d/ls.bash
index 539af506..2bbfa6d9 100644
--- a/bash/bashrc.d/ls.bash
+++ b/bash/bashrc.d/ls.bash
@@ -1,4 +1,4 @@
-# Function returns calculated options for ls
+# Return appropriate options for ls
lsopts() {
# Snarf the output of `ls --help` into a variable