diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 16:42:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 16:42:24 +0000 |
commit | f801524be46976656b154bddca4689d1a34d534f (patch) | |
tree | 9989b74111a09fb85287318a769d050b47e7fe84 /chapter09 | |
parent | 4bbc338559007c1e957c76418ce5cc0565aceb78 (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.xml | 3 |
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> |