Tweak line numbers

This commit is contained in:
Zackptg5
2022-06-04 10:31:00 -04:00
parent 195034f1cd
commit ea268d870b

View File

@@ -928,7 +928,7 @@ diff -aur coreutils-9.1/src/mv.c coreutils-9.1-patched/src/mv.c
if (ok) if (ok)
{ {
char const *dir_to_remove; char const *dir_to_remove;
@@ -255,6 +376,7 @@ @@ -255,6 +377,7 @@
\n\ \n\
-b like --backup but does not accept an argument\n\ -b like --backup but does not accept an argument\n\
-f, --force do not prompt before overwriting\n\ -f, --force do not prompt before overwriting\n\
@@ -936,7 +936,7 @@ diff -aur coreutils-9.1/src/mv.c coreutils-9.1-patched/src/mv.c
-i, --interactive prompt before overwrite\n\ -i, --interactive prompt before overwrite\n\
-n, --no-clobber do not overwrite an existing file\n\ -n, --no-clobber do not overwrite an existing file\n\
If you specify more than one of -i, -f, -n, only the final one takes effect.\n\ If you specify more than one of -i, -f, -n, only the final one takes effect.\n\
@@ -311,7 +433,7 @@ @@ -311,7 +434,7 @@
/* Try to disable the ability to unlink a directory. */ /* Try to disable the ability to unlink a directory. */
priv_set_remove_linkdir (); priv_set_remove_linkdir ();
@@ -945,7 +945,7 @@ diff -aur coreutils-9.1/src/mv.c coreutils-9.1-patched/src/mv.c
!= -1) != -1)
{ {
switch (c) switch (c)
@@ -347,6 +469,9 @@ @@ -347,6 +470,9 @@
case 'v': case 'v':
x.verbose = true; x.verbose = true;
break; break;