mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-23 17:14:22 +01:00
Fix typos
This commit is contained in:
@@ -109,7 +109,7 @@ public class Main {
|
|||||||
switch (ns.getString("command")) {
|
switch (ns.getString("command")) {
|
||||||
case "register":
|
case "register":
|
||||||
if (dBusConn != null) {
|
if (dBusConn != null) {
|
||||||
System.err.println("register is not yet implementd via dbus");
|
System.err.println("register is not yet implemented via dbus");
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
if (!m.userHasKeys()) {
|
if (!m.userHasKeys()) {
|
||||||
@@ -124,7 +124,7 @@ public class Main {
|
|||||||
break;
|
break;
|
||||||
case "verify":
|
case "verify":
|
||||||
if (dBusConn != null) {
|
if (dBusConn != null) {
|
||||||
System.err.println("verify is not yet implementd via dbus");
|
System.err.println("verify is not yet implemented via dbus");
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
if (!m.userHasKeys()) {
|
if (!m.userHasKeys()) {
|
||||||
@@ -262,7 +262,7 @@ public class Main {
|
|||||||
break;
|
break;
|
||||||
case "quitGroup":
|
case "quitGroup":
|
||||||
if (dBusConn != null) {
|
if (dBusConn != null) {
|
||||||
System.err.println("quitGroup is not yet implementd via dbus");
|
System.err.println("quitGroup is not yet implemented via dbus");
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
if (!m.isRegistered()) {
|
if (!m.isRegistered()) {
|
||||||
@@ -285,7 +285,7 @@ public class Main {
|
|||||||
break;
|
break;
|
||||||
case "updateGroup":
|
case "updateGroup":
|
||||||
if (dBusConn != null) {
|
if (dBusConn != null) {
|
||||||
System.err.println("updateGroup is not yet implementd via dbus");
|
System.err.println("updateGroup is not yet implemented via dbus");
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
if (!m.isRegistered()) {
|
if (!m.isRegistered()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user