From cfe3a04a188eb9a2c407783d8d6e6f55a4b30886 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 15 Nov 2024 08:52:24 +0100 Subject: tools/syz-reproducers.sh: linkify documentation --- tools/syz-reproducers.sh | 3 +++ 1 file changed, 3 insertions(+) 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 " -- cgit mrf-deployment