TomasTomecek / sen

Terminal User Interface for containers.
MIT License
990 stars 61 forks source link

Incorrect kebinding shown for start and stop containers in help #111

Closed dsem closed 7 years ago

dsem commented 8 years ago

Pressing ? shows a list of available commands, but the keys for start and stop containers are switched. s starts a container and t stops one, but the help shows the other way around:

## Container commands in listing

i      inspect container
l      display logs of container
f      follow logs of container
d      remove container (irreversible!)
s      stop container
t      start container
r      restart container
p      pause container
u      unpause container
X      kill container
TomasTomecek commented 8 years ago

This is already fixed in latest release. Is is possible for you to upgrade to latest release? pip3 install -U sen

Anyway, thanks for the bugreport!