Update README, man page

Add note about country calling code
This commit is contained in:
AsamK 2017-01-28 10:48:55 +01:00
parent 7ccfa26746
commit b4e3496139
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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.