We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f059f commit 330c764Copy full SHA for 330c764
apt-up
@@ -175,7 +175,7 @@ Parse_Arguments() {
175
"--no-cache-clean") ENABLE_CACHE_CLEAN=false ;;
176
"--install") Create_Sample_Config; Create_Hook_Dirs; exit 0 ;;
177
"--help") Show_Help; exit 0 ;;
178
- *) cecho "[WARNING] Unknown argument: $arg" boldyellow ; Show_Help ; exit 1 ;;
+ *) cecho "[FATAL] Unknown argument: $arg" red ; Show_Help ; exit 1 ;;
179
esac
180
done
181
}
0 commit comments