hush/include/usage.src.h

23 lines
512 B
C
Raw Normal View History

/* 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:
* |<7 spaces>"text with tabs"....
* or
* |<5 spaces>"\ntext with tabs"....
2006-11-27 23:43:28 +00:00
*/
#ifndef BB_USAGE_H
#define BB_USAGE_H 1
2004-04-06 16:36:20 +00:00
#define NOUSAGE_STR "\b"
INSERT
#define busybox_notes_usage \
"Hello world!\n"
#endif