From 9a7ff1e2d0d6f0a8d7b6af30f1829a4557051b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 24 Sep 2010 22:49:35 +0200 Subject: [PATCH] Ajout d'un message d'aide. --- remdoubles | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/remdoubles b/remdoubles index 9e6dc54..b70e4c7 100755 --- a/remdoubles +++ b/remdoubles @@ -1,5 +1,42 @@ #!/bin/bash +if [ "$1" == "--help" -o "$1" == "-h" ]; then + cat <