Skip to content

Commit cc3d4f9

Browse files
Updated script output
1 parent b5e0c6c commit cc3d4f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docker/execute.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#! /bin/bash
22

33
if [ "$1" == '' ]; then
4-
echo "Either fully run DiffDetective as presented in the paper (replication) or a do quick setup verification (verification)."
4+
echo "Either fully run DiffDetective as presented in the paper (replication), do quick setup verification (verification),
5+
or run DiffDetective on a custom dataset by providing the path to the dataset file."
56
echo "-- Examples --"
67
echo "Run replication: './execute.sh replication'"
78
echo "Validate the setup: './execute.sh verification'"
9+
echo "# See ./docs/verification/datasets.md for format details"
10+
echo "Custom dataset: './execute.sh my_dataset.md'"
811
exit
912
fi
1013
cd /home/sherlock || exit

0 commit comments

Comments
 (0)