From e3a09ba2328345a58beaa75aa36cae137f245bc0 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 31 Aug 2018 18:44:17 +0100 Subject: [PATCH] equal sign required after python silly argparse https://stackoverflow.com/questions/16174992/cant-get-argparse-to-read-quoted-string-with-dashes-in-it --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 38053b9..da3edd3 100644 --- a/README.adoc +++ b/README.adoc @@ -7238,7 +7238,7 @@ less "$(./getvar -a aarch64 run_dir)/trace.txt" List all available debug flags: .... -./run -a aarch64 -G --debug-help -g +./run -a aarch64 -G='--debug-help' -g .... but to understand most of them you have to look at the source code: @@ -8210,7 +8210,7 @@ Pass options to the `gem5` executable itself: * get help: + .... -./run -G '-h' -g +./run -G='-h' -g .... === gem5 exit after a number of instructions