diff options
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> |