Improve docs of -I ruby option
This commit is contained in:
parent
96a5da6786
commit
f6e259da87
Notes:
git
2025-01-24 10:25:43 +00:00
4
ruby.c
4
ruby.c
@ -332,8 +332,8 @@ usage(const char *name, int help, int highlight, int columns)
|
||||
M("-Fpattern", "", "Set input field separator ($;); used with -a."),
|
||||
M("-i[extension]", "", "Set ARGF in-place mode;\n"
|
||||
"create backup files with given extension."),
|
||||
M("-Idirpath", "", "Add specified directory to load paths ($LOAD_PATH);\n"
|
||||
"multiple -I allowed."),
|
||||
M("-Idirpath", "", "Prepend specified directory to load paths ($LOAD_PATH);\n"
|
||||
"relative paths are expanded; multiple -I are allowed."),
|
||||
M("-l", "", "Set output record separator ($\\) to $/;\n"
|
||||
"used for line-oriented output."),
|
||||
M("-n", "", "Run program in gets loop."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user