Skip to content

Commit 59fda20

Browse files
authored
Update README.md
1 parent a1a5395 commit 59fda20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CSV File Copy
2-
This is a script to read a csv file containing file names and copy those files to a different directory.
2+
This is a small utility written in Python to copy files based on the contents of a CSV file.
33

44
## Usage
55
```
@@ -23,4 +23,4 @@ usage: csv-file-copy.py [-h] [-c COLUMN_NAME] [-q] [-o] [--dry-run]
2323

2424
`-o, --overwrite` - Overwrite file if it already exists in destination (default: skip file)
2525

26-
`--dry-run` - Don't copy files, just print what would've been copied
26+
`--dry-run` - Don't copy files, just print what would've been copied

0 commit comments

Comments
 (0)