Quellcode durchsuchen

Fix stuffs in README.md

master
raspbeguy vor 5 Jahren
Ursprung
Commit
805458d2f8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 9EE892B19E9E3B7E
1 geänderte Dateien mit 6 neuen und 8 gelöschten Zeilen
  1. +6
    -8
      README.md

+ 6
- 8
README.md Datei anzeigen

@@ -69,14 +69,12 @@ don't have to keep the torrent file once you've added it.
The up- and download progress can be followed by using the `btcli stat`
command. Both the list and stat commands use the following indicators to
display the state of a torrent:
```
+ the torrent is starting. This may take time if btpd needs to test
the content of this torrent or one started before it.
- the torrent is being stopped.
I the torrent is inactive.
S btpd is seeding the torrent.
L btpd is leeching the torrent.
```

* `+` - the torrent is starting. This may take time if btpd needs to test the content of this torrent or one started before it.
* `-` - the torrent is being stopped.
* `I` - the torrent is inactive.
* `S` - btpd is seeding the torrent.
* `L` - btpd is leeching the torrent.

You can stop an active torrent with `btcli stop` and, of course,
start an inactive torrent by using `btcli start`.


Laden…
Abbrechen
Speichern