Insert colon at RIF scheme in README

This commit is contained in:
Rezart Qelibari
2022-02-13 22:27:05 +01:00
parent c472221459
commit ca8b8d0b7a

View File

@@ -26,7 +26,7 @@ might want to ask the user in order to configure some aspect of the system.
The general schema is: The general schema is:
```zsh ```zsh
#(i|p|c|s) <PARAMETER NAME>=<QUESTION> [# (<arg name>: <arg value>) [(; <arg name>: <arg value>)...]] #(i|p|c|s): <PARAMETER NAME>=<QUESTION> [# (<arg name>: <arg value>) [(; <arg name>: <arg value>)...]]
s: --highlight-color=What color shall your system highlight color be? # choose from: blue,red,light green; s: --highlight-color=What color shall your system highlight color be? # choose from: blue,red,light green;
p: --user-password=What color shall your system highlight color be? p: --user-password=What color shall your system highlight color be?
``` ```