Skip to content

Commit e7d21c2

Browse files
authored
Update RCloneSync.py
1 parent 4be83e7 commit e7d21c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RCloneSync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def releaseLock(caller):
512512
type=int,
513513
default=None)
514514
parser.add_argument('-n', '--no-local-delete',
515-
help="Don't delete any local files",
515+
help="Don't delete any local files.",
516516
action='store_true')
517517
args = parser.parse_args()
518518

0 commit comments

Comments
 (0)