From 91a1ed798ef53fb77c32d0ef7f9cfe7ad8a87826 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Tue, 16 Feb 2016 08:27:16 +0100 Subject: [PATCH] Fixes formatting. Man the commit hooks is definitely not working on any of muy computers. Need to revisit why. --- pages/common/xargs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/xargs.md b/pages/common/xargs.md index 62058e3a7..c8e050682 100644 --- a/pages/common/xargs.md +++ b/pages/common/xargs.md @@ -14,6 +14,6 @@ `find . -name 'M*' | xargs rm` -- Inserting arguments at chosen position: +- Insert arguments at chosen position: -`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}} +`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}}`