old bug fix, add readme note

This commit is contained in:
Zackptg5
2021-11-11 21:55:13 -05:00
parent 8e1c0d4f8a
commit 39c571c505
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 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 ### Alias
You can install the binaries and create aliases for bash (or whatever you use) 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'}, {"target-directory", required_argument, NULL, 't'},
{"update", no_argument, NULL, 'u'}, {"update", no_argument, NULL, 'u'},
{"verbose", no_argument, NULL, 'v'}, {"verbose", no_argument, NULL, 'v'},
+ {"progress-ar", no_argument, NULL, 'g'}, + {"progress-bar", no_argument, NULL, 'g'},
{GETOPT_HELP_OPTION_DECL}, {GETOPT_HELP_OPTION_DECL},
{GETOPT_VERSION_OPTION_DECL}, {GETOPT_VERSION_OPTION_DECL},
{NULL, 0, NULL, 0} {NULL, 0, NULL, 0}