]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/libcgi/Config.in: help text should be indented by <tab> and 2 spaces
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 4 Oct 2011 18:45:32 +0000 (13:45 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 5 Oct 2011 12:02:46 +0000 (14:02 +0200)
Fix the help text for package/libcgi/Config.in.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libcgi/Config.in

index 491ae2e307b68e2b9cff22e8e31337bdf028f15e..430039e559ec34f5b2df0e0a6d748298b846096e 100644 (file)
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_LIBCGI
        bool "libcgi"
        help
-               LibCGI is a library written from scratch to easily make
-               CGI applications in C.
+         LibCGI is a library written from scratch to easily make
+         CGI applications in C.
 
-               There are a lot of functions like string manipulation,
-               session and cookie support, GET and POST methods manipulation
-               etc..., to help you to quickly write powerful CGI programs.
+         There are a lot of functions like string manipulation,
+         session and cookie support, GET and POST methods manipulation
+         etc..., to help you to quickly write powerful CGI programs.
 
-               http://libcgi.sourceforge.net/
+         http://libcgi.sourceforge.net/