[git commit] cpio: map -F to --file long option
Denys Vlasenko
vda.linux at googlemail.com
Tue Jul 1 22:07:18 UTC 2025
commit: https://git.busybox.net/busybox/commit/?id=8c835540efb88f46a66ee28c74f031b74ad07b26
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
function old new delta
.rodata 100437 100444 +7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 7/0) Total: 7 bytes
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
archival/cpio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/archival/cpio.c b/archival/cpio.c
index 7b01ee3a2..b033b3733 100644
--- a/archival/cpio.c
+++ b/archival/cpio.c
@@ -427,6 +427,7 @@ int cpio_main(int argc UNUSED_PARAM, char **argv)
#endif
#endif
"owner\0" Required_argument "R"
+ "file\0" Required_argument "F"
"verbose\0" No_argument "v"
"null\0" No_argument "0"
"quiet\0" No_argument "\xff"
More information about the busybox-cvs
mailing list