From c8791a78aef60c1b54dbc329259a98893c3baa0d Mon Sep 17 00:00:00 2001 From: AdminXVII <xavier.lheureux@icloud.com> Date: Wed, 17 Jul 2019 18:36:15 +0000 Subject: [PATCH] Fix flag in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9452ef7..1d6a8e1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Run the command with `{}` where you want your arguments to be. Currently, only o Example (Ion syntax): ```ion -parallel -progress 'echo {}' {1..1000} +parallel --progress 'echo {}' {1..1000} ``` or in POSIX shells (with the seq command): ```bash -parallel -progress 'echo {}' $(seq 1 999) +parallel --progress 'echo {}' $(seq 1 999) ``` -- GitLab