Merge pull request #1821 from KlzXS/cpmvrm_dashes

Added dashes to progress versions of cp and mv
This commit is contained in:
Arun 2024-02-16 19:17:39 +05:30 committed by GitHub
commit eb66598145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -741,8 +741,8 @@ static const char * const envs[] = {
#define T_CHANGE 1
#define T_MOD 2
#define PROGRESS_CP "cpg -giRp"
#define PROGRESS_MV "mvg -gi"
#define PROGRESS_CP "cpg -giRp --"
#define PROGRESS_MV "mvg -gi --"
static char cp[sizeof PROGRESS_CP] = "cp -iRp --";
static char mv[sizeof PROGRESS_MV] = "mv -i --";