projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0f2c7
)
cpio: reinstate "options:" line in help text
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 30 Jun 2014 15:19:17 +0000
(17:19 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 30 Jun 2014 15:19:17 +0000
(17:19 +0200)
Otherwise, help text is confusing: where do operation modes end
and where options start?
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/cpio.c
patch
|
blob
|
history
diff --git
a/archival/cpio.c
b/archival/cpio.c
index 1cce7c8b414879b9c9f3b5b211e728bf27169b0f..454648d6824bef6c3374e26cd369a00cfdcb21bf 100644
(file)
--- a/
archival/cpio.c
+++ b/
archival/cpio.c
@@
-65,6
+65,7
@@
//usage: IF_FEATURE_CPIO_P(
//usage: "\n -p DIR Copy files to DIR"
//usage: )
+//usage: "\nOptions:"
//usage: "\n -d Make leading directories"
//usage: "\n -m Preserve mtime"
//usage: "\n -v Verbose"