From eeb71c33bf0d7945dc4ec73f4191513dd5ced259 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 26 Mar 2023 11:35:06 +0200 Subject: [PATCH] forgot to update xschem load command description --- src/scheduler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scheduler.c b/src/scheduler.c index 1a687af6..afdbc098 100644 --- a/src/scheduler.c +++ b/src/scheduler.c @@ -1800,7 +1800,8 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg /* load f [symbol|force|noundoreset|nofullzoom] * Load a new file 'f'. - * 'force': do not ask to save modified file or warn if opening an already open file + * 'force': do not ask to save modified file or warn if opening an already + * open file or opening a new(not existing) file. * 'noundoreset': do not reset the undo history * 'symbol': do not load symbols (used if loading a symbol instead of a schematic) * 'nofullzoom': do not do a fll zoom on new schematic.