Add -- to mvg and cpg which were missed

This commit is contained in:
KlzXS 2024-02-13 18:49:02 +01:00
parent b392dd3723
commit 3d6777920a
No known key found for this signature in database
GPG Key ID: ACEB375308978DFB
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 --";