move help text from include/usage.src.h to archival/*.c

Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Pere Orga
2011-03-27 22:40:30 +02:00
committed by Denys Vlasenko
parent 700fbc308d
commit 1f4447b2d4
11 changed files with 215 additions and 210 deletions

View File

@@ -17,6 +17,17 @@
* http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html
*/
//usage:#define ar_trivial_usage
//usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES"
//usage:#define ar_full_usage "\n\n"
//usage: "Extract or list FILES from an ar archive\n"
//usage: "\nOptions:"
//usage: "\n -o Preserve original dates"
//usage: "\n -p Extract to stdout"
//usage: "\n -t List"
//usage: "\n -x Extract"
//usage: "\n -v Verbose"
#include "libbb.h"
#include "archive.h"
#include "ar.h"