]> nmode's Git Repositories - signal-cli/blobdiff - man/signal-cli.1.txt
Bump version
[signal-cli] / man / signal-cli.1.txt
index 52d56f68eb7b467c179e3face6bbb77ef2747b7e..a3ccf3475384687e084d2b732ba41ae1cedf44a5 100644 (file)
@@ -39,6 +39,8 @@ Options
 
 *-u* USERNAME, *--username* USERNAME::
        Specify your phone number, that will be your identifier.
 
 *-u* USERNAME, *--username* USERNAME::
        Specify your phone number, that will be your identifier.
+       The phone number must include the country calling code, i.e. the number must
+       start with a "+" sign.
 
 *--dbus*::
        Make request via user dbus.
 
 *--dbus*::
        Make request via user dbus.
@@ -64,6 +66,18 @@ Verify the number using the code received via SMS or voice.
 VERIFICATIONCODE::
        The verification code.
 
 VERIFICATIONCODE::
        The verification code.
 
+unregister
+~~~~~~~~
+Disable push support for this device, i.e. this device won't receive any more messages.
+If this is the master device, other users can't send messages to this number anymore.
+Use "updateAccount" to undo this.
+To remove a linked device, use "removeDevice" from the master device.
+
+updateAccount
+~~~~~~~~
+Update the account attributes on the signal server.
+Can fix problems with receiving messages.
+
 link
 ~~~~
 Link to an existing device, instead of registering a new number.  This shows a
 link
 ~~~~
 Link to an existing device, instead of registering a new number.  This shows a
@@ -120,6 +134,8 @@ attachments are downloaded to the config directory.
 *-t* TIMEOUT, *--timeout* TIMEOUT::
        Number of seconds to wait for new messages (negative values disable timeout).
        Default is 5 seconds.
 *-t* TIMEOUT, *--timeout* TIMEOUT::
        Number of seconds to wait for new messages (negative values disable timeout).
        Default is 5 seconds.
+*--ignore-attachments*::
+       Don’t download attachments of received messages.
 
 updateGroup
 ~~~~~~~~~~~
 
 updateGroup
 ~~~~~~~~~~~
@@ -179,6 +195,8 @@ libunixsocket-java ArchLinux: libmatthew-unix-java (AUR)).
 
 *--system*::
        Use DBus system bus instead of user bus.
 
 *--system*::
        Use DBus system bus instead of user bus.
+*--ignore-attachments*::
+       Don’t download attachments of received messages.
 
 
 Examples
 
 
 Examples