commit b83ca67

hovercats  ·  2023-09-01 18:23:01 +0000 UTC
parent 108d0d6
fix typo in -l option
1 files changed,  +1, -1
M rcsm
M rcsm
+1, -1
1@@ -38,7 +38,7 @@ case -d
2 case -h
3 	usage
4 case -l
5-	find $basedir/avail -type -f
6+	find $basedir/avail -type f
7 case -s
8 	run $1 $2
9 case -k