From e290df38fc538a4d4e247d592ae65f60fb1fbe15 Mon Sep 17 00:00:00 2001 From: chove Date: Sun, 24 Oct 2004 00:01:58 +0200 Subject: [PATCH] il y a pas grand monde qui lande directement whos.py mais whos darcs-hash:20041023220158-4ec08-f50978f2fd855416242b386e5ea0349fa9d61552.gz --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index eba47293..66a1648b 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -709,7 +709,7 @@ def __usage() : list.append(champ) l = len(champ) - print __doc__ % { 'prog' : sys.argv[0].split('/')[-1] , + print __doc__ % { 'prog' : sys.argv[0].split('/')[-1].split('.')[0] , 'champs_rech' : '\n'.join(list) , 'limit_aff_details' : limit_aff_details , 'limit_aff_historique' : limit_aff_historique }