]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/ReceiveCommand.java
Improve command line help
[signal-cli] / src / main / java / org / asamk / signal / commands / ReceiveCommand.java
index 47f9aa842c161a8e36817d5a8d7e215dcce331e6..acb3a66289b2d4c0ac929e7863eab84cacd7e1f1 100644 (file)
@@ -33,6 +33,7 @@ public class ReceiveCommand implements ExtendedDbusCommand, LocalCommand {
 
     @Override
     public void attachToSubparser(final Subparser subparser) {
+        subparser.help("Query the server for new messages.");
         subparser.addArgument("-t", "--timeout")
                 .type(double.class)
                 .setDefault(3.0)