2006-11-28 00:06:39 +00:00
|
|
|
/* vi: set sw=8 ts=8: */
|
2006-11-27 23:43:28 +00:00
|
|
|
/*
|
|
|
|
* This file suffers from chronically incorrect tabification
|
|
|
|
* of messages. Before editing this file:
|
|
|
|
* 1. Switch you editor to 8-space tab mode.
|
|
|
|
* 2. Do not use \t in messages, use real tab character.
|
|
|
|
* 3. Start each source line with message as follows:
|
2006-11-28 00:06:39 +00:00
|
|
|
* |<7 spaces>"text with tabs"....
|
2008-03-17 08:42:43 +00:00
|
|
|
* or
|
|
|
|
* |<5 spaces>"\ntext with tabs"....
|
2006-11-27 23:43:28 +00:00
|
|
|
*/
|
2009-04-09 12:35:13 +00:00
|
|
|
#ifndef BB_USAGE_H
|
|
|
|
#define BB_USAGE_H 1
|
2004-04-06 16:36:20 +00:00
|
|
|
|
2008-04-13 22:12:19 +00:00
|
|
|
#define NOUSAGE_STR "\b"
|
|
|
|
|
2010-06-05 23:53:38 +00:00
|
|
|
INSERT
|
|
|
|
|
2006-01-23 21:10:38 +00:00
|
|
|
#define busybox_notes_usage \
|
2006-11-28 00:06:39 +00:00
|
|
|
"Hello world!\n"
|
2006-01-23 21:10:38 +00:00
|
|
|
|
2009-04-09 12:35:13 +00:00
|
|
|
#endif
|