aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4d0a09f9a..731e58e41 100644
--- a/INSTALL
+++ b/INSTALL
@@ -53,7 +53,7 @@ is run without an existing configuration, make defconfig will run first to
53create a known starting point. 53create a known starting point.
54 54
55Other starting configurations (mostly used for testing purposes) include 55Other starting configurations (mostly used for testing purposes) include
56"make allbaseconfig" (enables all applets but disables all optional features), 56"make allbareconfig" (enables all applets but disables all optional features),
57"make allyesconfig" (enables absolutely everything including debug features), 57"make allyesconfig" (enables absolutely everything including debug features),
58and "make randconfig" (produce a random configuration). 58and "make randconfig" (produce a random configuration).
59 59