]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
satipcli: Rename flag to include client reference 1528/head
authorOlliver Schinagl <oliver@schinagl.nl>
Mon, 7 Aug 2023 09:48:41 +0000 (11:48 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Sun, 4 Feb 2024 00:29:25 +0000 (01:29 +0100)
commit9b00888e319c412a2a91008b1f78f4482975b879
tree3fa9773e2e75605ecfb60f51883885ab2e8452e9
parent5acf42462141e26d2c5114c59b672c5f6cec634b
satipcli: Rename flag to include client reference

We have both a satip client and server. However the nosatip flag, is for
the client. Make this more clear by renaming it to the internal variable
nosatipcli. Since we do not want to break the user facing API, we keep
the commandline argument nosatip, but add an alias for the future.

We can do better in the future with the rest of the satip reference, but
lets keep this to a minimum for now.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
docs/markdown/cmdline_options.md
man/tvheadend.1
src/main.c