mirror of
https://github.com/jarun/advcpmv.git
synced 2026-02-01 21:27:42 +01:00
Merge pull request #10 from Zackptg5/master
old bug fix, add readme note
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user