From b4e34961393fc9bea90bc997e2316be6e779d3d8 Mon Sep 17 00:00:00 2001 From: AsamK Date: Sat, 28 Jan 2017 10:48:55 +0100 Subject: [PATCH] Update README, man page Add note about country calling code --- README.md | 2 ++ man/signal-cli.1.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index b1c3c1fc..3e354013 100644 --- a/README.md +++ b/README.md @@ -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) +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) signal-cli -u USERNAME register diff --git a/man/signal-cli.1.txt b/man/signal-cli.1.txt index c4800d61..ddf855fd 100644 --- a/man/signal-cli.1.txt +++ b/man/signal-cli.1.txt @@ -39,6 +39,8 @@ Options *-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. -- 2.50.1