Skip to content

Commit f404ec5

Browse files
author
ripley
committed
add comment
git-svn-id: https://svn.r-project.org/R/trunk@87852 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ff7bd62 commit f404ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/CommandLineArgs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ R_common_command_line(int *pac, char **argv, Rstart Rp)
165165
else if (!strcmp(*av, "--no-init-file")) {
166166
Rp->LoadInitFile = FALSE;
167167
}
168+
// Undocumented and unused.
168169
else if (!strcmp(*av, "--debug-init")) {
169170
Rp->DebugInitFile = TRUE;
170171
}

0 commit comments

Comments
 (0)