move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
73ef15cf38
commit
5bc8c005a8
142 changed files with 2369 additions and 2312 deletions
|
@ -10,6 +10,16 @@
|
|||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//usage:#define crontab_trivial_usage
|
||||
//usage: "[-c DIR] [-u USER] [-ler]|[FILE]"
|
||||
//usage:#define crontab_full_usage "\n\n"
|
||||
//usage: " -c Crontab directory"
|
||||
//usage: "\n -u User"
|
||||
//usage: "\n -l List crontab"
|
||||
//usage: "\n -e Edit crontab"
|
||||
//usage: "\n -r Delete crontab"
|
||||
//usage: "\n FILE Replace crontab by FILE ('-': stdin)"
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue