mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Merge pull request #1821 from KlzXS/cpmvrm_dashes
Added dashes to progress versions of cp and mv
This commit is contained in:
commit
eb66598145
|
@ -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 --";
|
||||
|
||||
|
|
Loading…
Reference in a new issue