source: MondoRescue/branches/3.2/mindi-busybox/include/usage.src.h@ 3232

Last change on this file since 3232 was 3232, checked in by Bruno Cornec, 10 years ago
  • Update mindi-busybox to 1.21.1
  • Property svn:eol-style set to native
File size: 512 bytes
Line 
1/* vi: set sw=8 ts=8: */
2/*
3 * This file suffers from chronically incorrect tabification
4 * of messages. Before editing this file:
5 * 1. Switch you editor to 8-space tab mode.
6 * 2. Do not use \t in messages, use real tab character.
7 * 3. Start each source line with message as follows:
8 * |<7 spaces>"text with tabs"....
9 * or
10 * |<5 spaces>"\ntext with tabs"....
11 */
12#ifndef BB_USAGE_H
13#define BB_USAGE_H 1
14
15#define NOUSAGE_STR "\b"
16
17INSERT
18
19#define busybox_notes_usage \
20 "Hello world!\n"
21
22#endif
Note: See TracBrowser for help on using the repository browser.