From eebcc1d98a9901ff69ffb97ba99bccd36666000f Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 24 Sep 2003 03:22:57 +0000 Subject: Add the "install" applet, move get_ug_id to libbb as its used by chown, chgrp and install. --- include/usage.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index ba8fdde..ba808d3 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1239,6 +1239,18 @@ USAGE_INSMOD_MAP("\t-m\tOutput load map to stdout") \ "\t-x\tdo not export externs\n" +#define install_trivial_usage \ + "[cgmops] [sources] " +#define install_full_usage \ + "copy files and set attributes\n\n" \ + "Options:\n" \ + "\t-c\tcopy the file, default\n" \ + "\t-g\tset group ownership\n" \ + "\t-m\tset permission modes\n" \ + "\t-o\tset ownership\n" \ + "\t-p\tpreserve date\n" \ + "\t-s\tstrip symbol tables\n" + #define ip_trivial_usage \ "[ OPTIONS ] { address | link | route | tunnel } { COMMAND | help }" #define ip_full_usage \ -- cgit v1.1