Skip to content

Commit c236088

Browse files
committed
tweak output style
1 parent 0a869f3 commit c236088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workers/set-user-flag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
implode("\n", [
1515
"Usage: set-user-flag.php uid flag flag_value",
1616
"choices for flag: %s",
17-
"choices for value: 0 or 1",
17+
"choices for value: [\"0\", \"1\"]",
1818
"",
1919
]),
2020
jsonEncode($flag_choices),
@@ -36,7 +36,7 @@
3636
$value = true;
3737
break;
3838
default:
39-
print "invalid value: '$value_str'. valid values: 0 or 1";
39+
print "invalid value: '$value_str'. valid values are 0 or 1";
4040
exit(1);
4141
}
4242
$user = new UnityUser($uid, $LDAP, $SQL, $MAILER, $WEBHOOK);

0 commit comments

Comments
 (0)