* attila/src/attila.sh :

- Bug : l'option "--help" faisait appel a "print_help()" au lieu de
       "print_usage()".
This commit is contained in:
Jean-Paul Chaput 2002-11-27 21:21:20 +00:00
parent f515c91d7f
commit c1c5eb3948
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: attila.sh,v 1.11 2002/11/21 10:11:27 jpc Exp $ # $Id: attila.sh,v 1.12 2002/11/27 21:21:20 jpc Exp $
# #
# /------------------------------------------------------------------\ # /------------------------------------------------------------------\
# | | # | |
@ -582,7 +582,7 @@
"attila") case $1 in "attila") case $1 in
# Long arguments. # Long arguments.
--help) print_help; --help) print_usage;
exit 0;; exit 0;;
--ssh) RSH="ssh";; --ssh) RSH="ssh";;
--user) ASIM="n";; --user) ASIM="n";;