Skip to content

Commit 8064562

Browse files
committed
Amend help
1 parent d4c6ec5 commit 8064562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run-kani.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ usage() {
77
echo "Options:"
88
echo " -h, --help Show this help message"
99
echo " -p, --path <path> Optional: Specify a path to a copy of the std library. For example, if you want to run the script from an outside directory."
10-
echo " --run <verify-std|list|metrics> Optional: Specify whether to run the 'kani verify-std' command, 'kani list' command, or collect Kani-specific metrics. Defaults to 'verify-std' if not specified."
10+
echo " --run <verify-std|list|metrics|autoharness> Optional: Specify whether to run the 'kani verify-std' command, 'kani list' command, collect Kani-specific metrics, or run verification with autoharness support. Defaults to 'verify-std' if not specified."
11+
echo " --with-autoharness Include autoharness information in list or metrics commands.
1112
echo " --kani-args <command arguments to kani> Optional: Arguments to pass to the command. Simply pass them in the same way you would to the Kani binary. This should be the last argument."
1213
exit 1
1314
}

0 commit comments

Comments
 (0)