aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-06 16:42:24 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-06 16:42:24 +0000
commitf801524be46976656b154bddca4689d1a34d534f (patch)
tree9989b74111a09fb85287318a769d050b47e7fe84 /chapter09
parent4bbc338559007c1e957c76418ce5cc0565aceb78 (diff)
--strip-debug -> --strip-unneeded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/theend.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 6de860b63..60fbd19ee 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -18,7 +18,8 @@ command:
</para>
<blockquote><literallayout>
- <userinput>find / -type f -exec strip --strip-debug '{}' ';'</userinput>
+ <userinput>find / -type f -exec strip --strip-unneeded '{}' ';'
+ </userinput>
</literallayout></blockquote>
<para>