Extend description of how the script should be used.
Signed-off-by: Tudor Ambarus tudor.ambarus@linaro.org --- syzkaller-start | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/syzkaller-start b/syzkaller-start index dace6c3..55b8a04 100644 --- a/syzkaller-start +++ b/syzkaller-start @@ -10,7 +10,10 @@ occurence=1
function usage() { - echo "Usage: $(basename $0) --again <URL or ID> <report occurence>" + echo "Usage: $(basename $0) [<URL or ID> <report occurence>] [--again]" + echo + echo -e "\t--again" + echo -e "\t\tUse the current kernel commit and run qemu directly." exit 1 }