summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-16 16:18:31 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-16 16:18:31 +0200
commitb0657863d8c22228b994800c2812623817879d47 (patch)
tree12b0df645694c2f2ff46712986a2fe2299fe3430
parent10dc8e51b6f58228f231ae3eff78241a5c2c36d7 (diff)
grepc: srcfix
Sort alphabetically the optstring. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rwxr-xr-xbin/grepc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grepc b/bin/grepc
index 55758fd..2cca254 100755
--- a/bin/grepc
+++ b/bin/grepc
@@ -32,7 +32,7 @@ grepc_usage()
grepc_parse_cmd()
{
- while getopts "lghkt:x:" opt; do
+ while getopts "ghklt:x:" opt; do
case "$opt" in
g)
git='yes';