Merge pull request #4729 from nonamethanks/fix_bur_form

Updates the BUR form to reference the new commands
This commit is contained in:
evazion
2021-02-18 20:19:49 -06:00
committed by GitHub
2 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
module BulkUpdateRequestsHelper
def bur_script_example
<<~EOS
<<~BUR
create alias bunny -> rabbit
remove alias bunny -> rabbit
@@ -9,7 +9,11 @@ module BulkUpdateRequestsHelper
rename bunny -> rabbit
update bunny_focus -> animal_focus bunny
nuke bunny
category touhou -> copyright
EOS
BUR
end
end