From e2d3ded3549edd58fe3b39f2254c65f0808bcac2 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 27 Nov 2006 23:43:28 +0000 Subject: udhcpc: convert to getopt32 --- include/usage.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/usage.h') 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__ -- cgit v1.2.3