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

@@ -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}