From 01abb3a25282db262774a2a313dac6be98526106 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 14 Aug 1997 13:25:18 +0000 Subject: [PATCH] images , original commit: c302dc6f4331ed2b6e536a5737c96ca08dbc0b50 --- man/man1/mzscheme.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/man1/mzscheme.1 b/man/man1/mzscheme.1 index 22a4748a..4c4b5d5d 100644 --- a/man/man1/mzscheme.1 +++ b/man/man1/mzscheme.1 @@ -120,6 +120,9 @@ Suppresses the read-eval-print loop. .TP .B \-h, --help Shows help for command-line arguments. +.TP +.BI \-R file, --restore \ file +Restores an image; must be the only switch. .PP Multiple single-letter switches can be collapsed, with arguments placed after the collapsed switches; the first collapsed switch cannot be --. @@ -130,6 +133,10 @@ variable `argv' as a vector of strings. The name used to start .I MzScheme is put into the global variable `program' as a string. .PP +Extra arguments after a `--restore' file are returned as a vector of +strings to the continuation of the `write-image-to-file' call that created +the image. +.PP Expressions/files are evaluated/loaded in order as provided. .PP The current-library-collections-path is automatically set before any