mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Added README.md for change_autor.py
This commit is contained in:
13
tools/common/README.md
Normal file
13
tools/common/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
## Overview
|
||||
|
||||
**change_autor.py** is a tool for change autor and last modifiend in all documents in folder.
|
||||
|
||||
## How to use
|
||||
|
||||
1. Place the files to be changed in a folder, e.g. **input**.
|
||||
2. Create a folder in which the modified files will be stored, e.g. **output**.
|
||||
3. Call the file change_autor.py as shown below.
|
||||
|
||||
```bash
|
||||
change_autor.py path_to_input_folder path_to_output_folder new_author_name
|
||||
```
|
||||
Reference in New Issue
Block a user