Skip to content
Snippets Groups Projects
Commit c5ee243d authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

change: error message

parent e30ba945
Branches
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ while [[ $# -gt 0 ]]; do
;;
*)
echo "Error while parsing argument '$1'."
exit 1
echo "err: failed to parse argument '$1'."
exit 2
;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment