When a wrong argument is passed, that argument should be listed (Closes: #468201).

This commit is contained in:
Daniel Baumann 2008-02-27 19:05:35 +01:00
parent 2d88de5ab6
commit 0472269ef8
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ Arguments ()
;; ;;
*) *)
Echo_error "internal error" Echo_error "internal error ${0}"
exit 1 exit 1
;; ;;
esac esac

View File

@ -638,7 +638,7 @@ Local_arguments ()
;; ;;
*) *)
Echo_error "internal error" Echo_error "internal error ${0}"
exit 1 exit 1
;; ;;
esac esac