From 30339551b7d507ebd5f1e444b4941ba49bb96c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 24 Sep 2010 22:56:51 +0200 Subject: [PATCH] =?UTF-8?q?Afficher=20l'aide=20quand=20appell=C3=A9=20sans?= =?UTF-8?q?=20param=C3=A8tres.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- remdoubles | 2 +- showunique | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/remdoubles b/remdoubles index d18d20b..1b2ed1e 100755 --- a/remdoubles +++ b/remdoubles @@ -1,6 +1,6 @@ #!/bin/bash -if [ "$1" == "--help" -o "$1" == "-h" ]; then +if [ -z "$1" -o "$1" == "--help" -o "$1" == "-h" ]; then cat <