From 31dcf128c420dc0d9d818827c339b1ff7315e9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 23 Dec 2019 00:00:01 +0000 Subject: [PATCH] run: --gem5-script link to #gem5-fs-biglittle --- run | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run b/run index 2c1cef4..53cd64a 100755 --- a/run +++ b/run @@ -116,7 +116,10 @@ See: https://cirosantilli.com/linux-kernel-module-cheat#gdb '--gem5-script', default='fs', choices=['fs', 'biglittle'], - help='Which gem5 script to use' + help='''\ +Which gem5 script to use. +See e.g.: https://cirosantilli.com/linux-kernel-module-cheat#gem5-fs-biglittle +''' ) self.add_argument( '--gem5-readfile',