mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Rename man page to show it rendered on github
This commit is contained in:
parent
c68cfe7d7c
commit
8e8de2fe39
3 changed files with 5 additions and 6 deletions
|
@ -20,7 +20,7 @@ sudo ln -sf /opt/signal-cli-"${VERSION}"/bin/signal-cli /usr/local/bin/
|
||||||
|
|
||||||
usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-system] {link,addDevice,listDevices,removeDevice,register,verify,send,quitGroup,updateGroup,listIdentities,trust,receive,daemon} ...
|
usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-system] {link,addDevice,listDevices,removeDevice,register,verify,send,quitGroup,updateGroup,listIdentities,trust,receive,daemon} ...
|
||||||
|
|
||||||
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.adoc)
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ MANPAGESRC = signal-cli.1
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(MANPAGESRC)
|
all: $(MANPAGESRC)
|
||||||
|
|
||||||
%: %.txt
|
%: %.adoc
|
||||||
@echo "Generating manpage for $@"
|
@echo "Generating manpage for $@"
|
||||||
$(A2X) --no-xmllint --doctype manpage --format manpage "$^"
|
$(A2X) --no-xmllint --doctype manpage --format manpage "$^"
|
||||||
|
|
|
@ -3,8 +3,7 @@ vim:set ts=4 sw=4 tw=82 noet:
|
||||||
/////
|
/////
|
||||||
:quotes.~:
|
:quotes.~:
|
||||||
|
|
||||||
signal-cli (1)
|
= signal-cli (1)
|
||||||
============
|
|
||||||
|
|
||||||
Name
|
Name
|
||||||
----
|
----
|
||||||
|
@ -67,14 +66,14 @@ VERIFICATIONCODE::
|
||||||
The verification code.
|
The verification code.
|
||||||
|
|
||||||
unregister
|
unregister
|
||||||
~~~~~~~~
|
~~~~~~~~~~
|
||||||
Disable push support for this device, i.e. this device won't receive any more messages.
|
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.
|
If this is the master device, other users can't send messages to this number anymore.
|
||||||
Use "updateAccount" to undo this.
|
Use "updateAccount" to undo this.
|
||||||
To remove a linked device, use "removeDevice" from the master device.
|
To remove a linked device, use "removeDevice" from the master device.
|
||||||
|
|
||||||
updateAccount
|
updateAccount
|
||||||
~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
Update the account attributes on the signal server.
|
Update the account attributes on the signal server.
|
||||||
Can fix problems with receiving messages.
|
Can fix problems with receiving messages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue