Improve docs of -I ruby option

This commit is contained in:
Xavier Noria 2025-01-24 10:17:37 +01:00 committed by Jean Boussier
parent 96a5da6786
commit f6e259da87
Notes: git 2025-01-24 10:25:43 +00:00

4
ruby.c
View File

@ -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."),