Added alias --use-cwd as that is more in line with other options (instead of --usecwd)

This commit is contained in:
Michael Boelen 2019-12-04 08:01:56 +01:00
parent 51b7a207c5
commit 15ae5ea0c1
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@
UPLOAD_DATA=1
;;
--usecwd)
--usecwd | --use-cwd)
USE_CWD=1
;;