2006-11-28 05:36:39 +05:30
|
|
|
/* vi: set sw=8 ts=8: */
|
2006-11-28 05:13:28 +05:30
|
|
|
/*
|
|
|
|
* 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 05:36:39 +05:30
|
|
|
* |<7 spaces>"text with tabs"....
|
2008-03-17 14:12:43 +05:30
|
|
|
* or
|
|
|
|
* |<5 spaces>"\ntext with tabs"....
|
2006-11-28 05:13:28 +05:30
|
|
|
*/
|
2009-04-09 18:05:13 +05:30
|
|
|
#ifndef BB_USAGE_H
|
|
|
|
#define BB_USAGE_H 1
|
2004-04-06 22:06:20 +05:30
|
|
|
|
2008-04-14 03:42:19 +05:30
|
|
|
#define NOUSAGE_STR "\b"
|
|
|
|
|
2010-06-06 05:23:38 +05:30
|
|
|
INSERT
|
|
|
|
|
2006-01-24 02:40:38 +05:30
|
|
|
#define busybox_notes_usage \
|
2006-11-28 05:36:39 +05:30
|
|
|
"Hello world!\n"
|
2006-01-24 02:40:38 +05:30
|
|
|
|
2009-04-09 18:05:13 +05:30
|
|
|
#endif
|