Skip to content

Commit fd4a0c4

Browse files
author
smeyer
committed
mention -s, amending r77228
git-svn-id: https://svn.r-project.org/R/trunk@88370 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 73b975d commit fd4a0c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/manual/R-intro.texi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7005,6 +7005,7 @@ value accepted is 100000.
70057005
Do not print out the initial copyright and welcome messages.
70067006

70077007
@item --no-echo
7008+
@itemx -s
70087009
Make @R{} run as quietly as possible. This option is intended to
70097010
support programs which use @R{} to compute results for them. It implies
70107011
@option{--quiet} and @option{--no-save}.

src/gnuwin32/system.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,9 +1026,9 @@ char *PrintUsage(void)
10261026
msg2b[] =
10271027
" --max-ppsize=N Set max size of protect stack to N\n",
10281028
msg2c[] =
1029-
"- -max-connections=N Set max number of connections to N\n",
1029+
" --max-connections=N Set max number of connections to N\n",
10301030
msg3[] =
1031-
" -q, --quiet Don't print startup message\n --silent Same as --quiet\n --no-echo Make R run as quietly as possible\n --verbose Print more information about progress\n --args Skip the rest of the command line\n",
1031+
" -q, --quiet Don't print startup message\n --silent Same as --quiet\n -s, --no-echo Make R run as quietly as possible\n --verbose Print more information about progress\n --args Skip the rest of the command line\n",
10321032
msg4[] =
10331033
" --ess Don't use getline for command-line editing\n and assert interactive use\n -f file Take input from 'file'\n --file=file ditto\n -e expression Use 'expression' as input\n\nOne or more -e options can be used, but not together with -f or --file\n",
10341034
msg5[] = "\nAn argument ending in .RData (in any case) is taken as the path\nto the workspace to be restored (and implies --restore)";

0 commit comments

Comments
 (0)