From d90405c081889bc38f274757b2abc9a7a8aeff4b Mon Sep 17 00:00:00 2001 From: Jonas Baggett Date: Sun, 3 Jul 2016 10:11:33 +0200 Subject: Add a description for the unbuffered option in ghdl -r --help. --- src/grt/grt-options.adb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/grt/grt-options.adb b/src/grt/grt-options.adb index 943ff9626..78c25c17a 100644 --- a/src/grt/grt-options.adb +++ b/src/grt/grt-options.adb @@ -162,6 +162,8 @@ package body Grt.Options is P (" --stop-delta=X stop the simulation cycle after X delta"); P (" --expect-failure invert exit status"); P (" --no-run do not simulate, only elaborate"); + P (" --unbuffered disable buffering on stdout, stderr and"); + P (" files opened in write or append mode (TEXTIO)."); -- P (" --threads=N use N threads for simulation"); P ("Additional features:"); P (" --has-feature=X test presence of feature X"); -- cgit v1.2.3