diff options
| author | NARUSE, Yui <naruse@airemix.jp> | 2025-12-24 23:39:23 +0900 |
|---|---|---|
| committer | NARUSE, Yui <naruse@airemix.jp> | 2025-12-24 23:52:45 +0900 |
| commit | 479f8682c80e695c2a1f8dd66c82cc530c5bbf40 (patch) | |
| tree | c119ebd83afdfe5ecccaf0329a6dc97a3bb03134 /ruby.c | |
| parent | 29ffc5d624f21d101d819bc77b7a048ab70d1c13 (diff) | |
Remove extra help
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -410,9 +410,6 @@ usage(const char *name, int help, int highlight, int columns) #define SHOW(m) show_usage_line(&(m), help, highlight, w, columns) printf("%sUsage:%s %s [options] [--] [filepath] [arguments]\n", sb, se, name); - printf("\n""Details and examples at https://docs.ruby-lang.org/en/%s/ruby/options_md.html\n", - ruby_api_version_name); - for (i = 0; i < num; ++i) SHOW(usage_msg[i]); |
