Merge remote-tracking branch 'origin/master' into drone
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
efa8ded7c5
@ -20,4 +20,4 @@ COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica
|
|||||||
COPY --from=build /go/src/transmission-telegram/main /transmission-telegram
|
COPY --from=build /go/src/transmission-telegram/main /transmission-telegram
|
||||||
RUN chmod 777 transmission-telegram
|
RUN chmod 777 transmission-telegram
|
||||||
|
|
||||||
ENTRYPOINT ["/transmission-telegram"]
|
ENTRYPOINT ["/transmission-telegram"]
|
||||||
|
2
main.go
2
main.go
@ -31,7 +31,7 @@ const (
|
|||||||
*tail* or *ta*
|
*tail* or *ta*
|
||||||
Lists the last n number of torrents, n defaults to 5 if no argument is provided.
|
Lists the last n number of torrents, n defaults to 5 if no argument is provided.
|
||||||
|
|
||||||
*down* or *dl*
|
*downs* or *dl*
|
||||||
Lists torrents with the status of _Downloading_ or in the queue to download.
|
Lists torrents with the status of _Downloading_ or in the queue to download.
|
||||||
|
|
||||||
*seeding* or *sd*
|
*seeding* or *sd*
|
||||||
|
Loading…
Reference in New Issue
Block a user