web-dev-qa-db-fra.com

Skype a-t-il toujours une page de manuel?

Skype anciennement une page de manuel. Maintenant, je viens de recevoir:

thufir@mordor:~$ 
thufir@mordor:~$ man skype
No manual entry for skype
See 'man 7 undocumented' for help when manual pages are not available.
thufir@mordor:~$ 

J'ai installé selon les instructions pour Ubuntu 15.10. Voir également:

http://community.skype.com/t5/Linux/man-skype/m-p/4321762

5
Thufir

Non, mais pour une liste de toutes les options que l'on peut utiliser, skype --help fonctionne toujours:

Skype 4.3.0.37

Usage: skype [options]
Options:
  --dbpath=<path>       Specify an alternative path to store Skype data files.
                        Default: ~/.Skype
  --resources=<path>    Specify a path where Skype can find its resource files.
                        Default: /usr/share/skype
  --secondary           Start a secondary instance of Skype.
  --disable-api         Disable Skype Public API.
  --callto <nick>
  skype:<nick>?<action>
                        These commands allow Skype links handling.
  --pipelogin           Command line login. "echo username password | skype --pipelogin"
  --version             Display version information and exit.
3
user364819