aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-reproducers.sh
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-11-15 08:52:24 +0100
committerTaras Madan <tarasmadan@google.com>2024-11-15 14:26:54 +0000
commitcfe3a04a188eb9a2c407783d8d6e6f55a4b30886 (patch)
treed8cddb401ed4f3409fd43401c24642a2ffec4652 /tools/syz-reproducers.sh
parent5d4b17934e7ae3d6f332865fb94445490b82fc04 (diff)
tools/syz-reproducers.sh: linkify documentation
Diffstat (limited to 'tools/syz-reproducers.sh')
-rwxr-xr-xtools/syz-reproducers.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/syz-reproducers.sh b/tools/syz-reproducers.sh
index 7199255ce..7dd75d0a5 100755
--- a/tools/syz-reproducers.sh
+++ b/tools/syz-reproducers.sh
@@ -2,6 +2,9 @@
# Copyright 2024 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+# This tool uses syz-db-export artifacts.
+# See https://github.com/google/syzkaller/tree/master/tools/syz-db-export documentation.
+
# Check if the target directory is provided as a command line argument.
if [ -z "$1" ]; then
echo "Usage: $0 <target_directory>"