about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-12-01 10:52:02 -0800
committerJoshua Nelson <joshua@yottadb.com>2020-12-01 13:56:48 -0500
commitc5545f8dd98d4aa69b196b7c98082a14d7531e48 (patch)
treecf1eb5a907d0e3e7d1ef5ffed1ed2123cfc97711 /src/doc/rustc-dev-guide
parent0cf6b13c5424552fc8d372e499d989eccefb3c01 (diff)
downloadrust-c5545f8dd98d4aa69b196b7c98082a14d7531e48.tar.gz
rust-c5545f8dd98d4aa69b196b7c98082a14d7531e48.zip
Use shorter 'rustbot label' command
'rustbot modify labels: ...' -> 'rustbot label ...'
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/rustbot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustbot.md b/src/doc/rustc-dev-guide/src/rustbot.md
index 8e952c3f241..5350f44efb4 100644
--- a/src/doc/rustc-dev-guide/src/rustbot.md
+++ b/src/doc/rustc-dev-guide/src/rustbot.md
@@ -41,7 +41,7 @@ PR. Once you do rebase your branch, you should change the labels yourself to rem
 the `S-waiting-on-author` label and add back `S-waiting-on-review`. In this case,
 the `@rustbot` command will look like this:
 
-    @rustbot modify labels: -S-waiting-on-author +S-waiting-on-review
+    @rustbot label -S-waiting-on-author +S-waiting-on-review
 
 The syntax for this command is pretty loose, so there are other variants of this
 command invocation. For more details, see [the wiki page about labeling][labeling].