Manual:ReassignEdits.php/ko

미디어위키 버전:
1.6
Category:MediaWiki code/ko#ReassignEdits.php

세부

reassignEdits.php file is a maintenance script to reassign edits from a user or IP address to another user.

Options/Arguments

옵션 / 매개 변수설명Required?
<from>username or IP address to assign edits fromRequired
<to>username to assign edits toRequired
--forcereassign even if the target user doesn't existOptional
--norcdon't update the recent changes tableOptional
--reportprint out details of what would be changed, but don't update itOptional
--quietdon't print status information (except for errors)Optional

용법

php maintenance/run.php reassignEdits <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
Spaces inside a username must be replaced with underscores ( _ ).
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/ko Category:User maintenance scripts/ko
Category:Maintenance scripts/ko Category:MediaWiki code/ko Category:User maintenance scripts/ko