mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Update README, man page
Add note about country calling code
This commit is contained in:
parent
7ccfa26746
commit
b4e3496139
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,8 @@ usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-sys
|
||||||
|
|
||||||
See also: [man page in asciidoc format](https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.txt)
|
See also: [man page in asciidoc format](https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.txt)
|
||||||
|
|
||||||
|
The USERNAME (your phone number) must include the country calling code, i.e. the number must start with a "+" sign. (See [Wikipedia](https://en.wikipedia.org/wiki/List_of_country_calling_codes) for a list of all country codes.
|
||||||
|
|
||||||
* Register a number (with SMS verification)
|
* Register a number (with SMS verification)
|
||||||
|
|
||||||
signal-cli -u USERNAME register
|
signal-cli -u USERNAME register
|
||||||
|
|
|
@ -39,6 +39,8 @@ Options
|
||||||
|
|
||||||
*-u* USERNAME, *--username* USERNAME::
|
*-u* USERNAME, *--username* USERNAME::
|
||||||
Specify your phone number, that will be your identifier.
|
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*::
|
*--dbus*::
|
||||||
Make request via user dbus.
|
Make request via user dbus.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue