Skip to content

Commit f6e259d

Browse files
fxnbyroot
authored andcommitted
Improve docs of -I ruby option
1 parent 96a5da6 commit f6e259d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ usage(const char *name, int help, int highlight, int columns)
332332
M("-Fpattern", "", "Set input field separator ($;); used with -a."),
333333
M("-i[extension]", "", "Set ARGF in-place mode;\n"
334334
"create backup files with given extension."),
335-
M("-Idirpath", "", "Add specified directory to load paths ($LOAD_PATH);\n"
336-
"multiple -I allowed."),
335+
M("-Idirpath", "", "Prepend specified directory to load paths ($LOAD_PATH);\n"
336+
"relative paths are expanded; multiple -I are allowed."),
337337
M("-l", "", "Set output record separator ($\\) to $/;\n"
338338
"used for line-oriented output."),
339339
M("-n", "", "Run program in gets loop."),

0 commit comments

Comments
 (0)