17184e
Update cli_printMessage.sh:
@@ -121,10 +121,11 @@ function cli_printMessage {
|
|
121
121
|
cli_printMessage "`gettext "Translation"`: $MESSAGE"
|
122
122
|
;;
|
123
123
|
|
124
|
-
--as-
|
125
|
-
cli_printMessage "`gettext "
|
124
|
+
--as-validating-line )
|
125
|
+
cli_printMessage "`gettext "Validating"`: $MESSAGE"
|
126
126
|
;;
|
127
127
|
|
128
|
+
|
128
129
|
--as-configuration-line )
|
129
130
|
cli_printMessage "`gettext "Configuration"`: $MESSAGE"
|
130
131
|
;;
|