Merge pull request #4729 from nonamethanks/fix_bur_form
Updates the BUR form to reference the new commands
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
<%= error_messages_for("bulk_update_request") %>
|
||||
|
||||
<p>
|
||||
Request aliases or implications using the format shown below. An alias makes the first tag a
|
||||
synonym for the second tag. An implication makes the first tag automatically add the second tag.
|
||||
A mass update replaces the first tag with the second tag without making it a permanent alias.
|
||||
Request aliases or implications using the format shown below. An <b>alias</b> makes the first tag a
|
||||
synonym for the second tag. An <b>implication</b> makes the first tag automatically add the second tag.
|
||||
A <b>rename</b> replaces the first tag with the second tag without making it a permanent alias.
|
||||
An <b>update</b> moves multiple tags and pools at once.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user