mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-07 14:30:38 +00:00
more debug message cleanup
This commit is contained in:
parent
26a3bc1481
commit
bc3f8803dc
6 changed files with 13 additions and 13 deletions
|
@ -22,7 +22,7 @@ public class AddDeviceCommand implements JsonRpcLocalCommand {
|
|||
private final static Logger logger = LoggerFactory.getLogger(AddDeviceCommand.class);
|
||||
|
||||
public static void attachToSubparser(final Subparser subparser) {
|
||||
subparser.help("Link another device to this device. Only works, if this is the master device.");
|
||||
subparser.help("Link another device to this device. Only works if this is the primary device.");
|
||||
subparser.addArgument("--uri")
|
||||
.required(true)
|
||||
.help("Specify the uri contained in the QR code shown by the new device.");
|
||||
|
|
|
@ -16,7 +16,7 @@ public class SendSyncRequestCommand implements JsonRpcLocalCommand {
|
|||
}
|
||||
|
||||
public static void attachToSubparser(final Subparser subparser) {
|
||||
subparser.help("Send a synchronization request message to master device (for group, contacts, ...).");
|
||||
subparser.help("Send a synchronization request message to primary device (for group, contacts, ...).");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue