Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit 2ff49e2

Browse files
committed
Fix dctest.sh --clean
1 parent bfbb21f commit 2ff49e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dctest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ else
99
if [ $1 == "-h" ]; then
1010
print "Usage ./dctest.sh | ./dctest.sh --clean"
1111
elif [ $1 == "--clean" ]; then
12-
dc down --remove-orphans --rmi all --help
12+
dc down --remove-orphans --rmi all
1313
fi
1414
fi

0 commit comments

Comments
 (0)