diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-08-17 17:54:42 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-08-17 17:55:11 -0700 |
| commit | 434cbc05f387616e1e4014a5942e265b7451ab08 (patch) | |
| tree | 03afc62e602bd99cbd7ed1f23c13256fa4a4f7db | |
| parent | 995fd11bdec4d84710249aef66a07b88e6b9bf46 (diff) | |
Document the existence of sync_default_gems.rb -a [ci skip]
| -rwxr-xr-x | tool/sync_default_gems.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index f40bbb626c..db458cc325 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -777,6 +777,9 @@ module SyncDefaultGems \e[1mPick a commit range from the upstream repository\e[0m ruby #$0 rubygems 97e9768612..9e53702832 +\e[1mPick all commits since the last picked commit\e[0m + ruby #$0 rubygems -a + \e[1mList known libraries\e[0m ruby #$0 list |
