Skip to content

Commit 479f868

Browse files
committed
Remove extra help
1 parent 29ffc5d commit 479f868

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ruby.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,6 @@ usage(const char *name, int help, int highlight, int columns)
410410
#define SHOW(m) show_usage_line(&(m), help, highlight, w, columns)
411411

412412
printf("%sUsage:%s %s [options] [--] [filepath] [arguments]\n", sb, se, name);
413-
printf("\n""Details and examples at https://docs.ruby-lang.org/en/%s/ruby/options_md.html\n",
414-
ruby_api_version_name);
415-
416413
for (i = 0; i < num; ++i)
417414
SHOW(usage_msg[i]);
418415

0 commit comments

Comments
 (0)