Merge pull request #10 from Zackptg5/master

old bug fix, add readme note
This commit is contained in:
Arun
2021-11-12 08:26:45 +05:30
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ sudo mv ./src/cp /usr/local/bin/cpg
sudo mv ./src/mv /usr/local/bin/mvg
```
Note that progress bar does not work with reflink - reflink disabled if using progress bar, unchanged otherwise
### Alias
You can install the binaries and create aliases for bash (or whatever you use)

View File

@@ -544,7 +544,7 @@ diff -aur coreutils-9.0/src/mv.c coreutils-9.0-patched/src/mv.c
{"target-directory", required_argument, NULL, 't'},
{"update", no_argument, NULL, 'u'},
{"verbose", no_argument, NULL, 'v'},
+ {"progress-ar", no_argument, NULL, 'g'},
+ {"progress-bar", no_argument, NULL, 'g'},
{GETOPT_HELP_OPTION_DECL},
{GETOPT_VERSION_OPTION_DECL},
{NULL, 0, NULL, 0}