]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/AddDeviceCommand.java
Improve command line help
[signal-cli] / src / main / java / org / asamk / signal / commands / AddDeviceCommand.java
index 7a66babfe8a0ba06603c4c4f0769a258ba731bcc..83952aa39a1c70eeed5e6a27192f92edc1341976 100644 (file)
@@ -22,6 +22,7 @@ public class AddDeviceCommand implements LocalCommand {
 
     @Override
     public void attachToSubparser(final Subparser subparser) {
+        subparser.help("Link another device to this device. Only works, if this is the master device.");
         subparser.addArgument("--uri")
                 .required(true)
                 .help("Specify the uri contained in the QR code shown by the new device.");