diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 56350c648..0fd38e590 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -61,7 +61,7 @@ make -C text-utils more</userinput></screen> <para>Copy these programs to the temporary tools directory:</para> -<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen> +<screen><userinput>cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen> </sect2> |