aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-27 23:43:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-27 23:43:28 +0000
commite2d3ded3549edd58fe3b39f2254c65f0808bcac2 (patch)
tree90e9aecef63439d80859ce43876e6a68001c8d14 /include
parent30d7a346e68bb7f0cb916e6c1e75dd75822d88a8 (diff)
downloadbusybox-e2d3ded3549edd58fe3b39f2254c65f0808bcac2.tar.gz
udhcpc: convert to getopt32
Diffstat (limited to 'include')
-rw-r--r--include/usage.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index e7e46beab..98c802721 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1,4 +1,13 @@
/* vi: set sw=4 ts=4: */
+/*
+ * 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"
+ */
+
#ifndef __BB_USAGE_H__
#define __BB_USAGE_H__