mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Fix typos
This commit is contained in:
parent
4af9b5f011
commit
c2ae0c17c2
1 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ public class Main {
|
|||
switch (ns.getString("command")) {
|
||||
case "register":
|
||||
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);
|
||||
}
|
||||
if (!m.userHasKeys()) {
|
||||
|
@ -124,7 +124,7 @@ public class Main {
|
|||
break;
|
||||
case "verify":
|
||||
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);
|
||||
}
|
||||
if (!m.userHasKeys()) {
|
||||
|
@ -262,7 +262,7 @@ public class Main {
|
|||
break;
|
||||
case "quitGroup":
|
||||
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);
|
||||
}
|
||||
if (!m.isRegistered()) {
|
||||
|
@ -285,7 +285,7 @@ public class Main {
|
|||
break;
|
||||
case "updateGroup":
|
||||
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);
|
||||
}
|
||||
if (!m.isRegistered()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue