Skip to content

Commit 96baf9d

Browse files
committed
Fix help
1 parent 8064562 commit 96baf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-kani.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ usage() {
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."
1010
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.
11+
echo " --with-autoharness Include autoharness information in list or metrics commands."
1212
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."
1313
exit 1
1414
}

0 commit comments

Comments
 (0)