Skip to content

Commit

Permalink
Improve docs of -I ruby option
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn authored and byroot committed Jan 24, 2025
1 parent 96a5da6 commit f6e259d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby.c
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down

0 comments on commit f6e259d

Please sign in to comment.