summaryrefslogtreecommitdiff
path: root/src/rvs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/rvs.sh')
-rw-r--r--src/rvs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rvs.sh b/src/rvs.sh
index 4cd8eb5..580ce50 100644
--- a/src/rvs.sh
+++ b/src/rvs.sh
@@ -19,8 +19,6 @@ source "$RVSDIR/lib/stdio"
com=$1;
# END OPTION HANDLING #
case "$com" in
- # -d is left for back-compat, should be removed by the end of 0.6.3
- -d) echo "$RVSDIR";;
'') error 'no command specified';;
*)
if [ -f "$RVSDIR/$com" ]; then