Update usage section to allow command line arguments

CMD was changed to ENTRYPOINT, the USAGE section didn't reflect this change
This commit is contained in:
Volker 2016-10-29 11:24:57 -04:00 committed by GitHub
parent 07cf16f56d
commit 23b16bff21

View File

@ -9,7 +9,7 @@
# -v /home/$USER/DB.kdbx:/root/DB.kdbx \ # -v /home/$USER/DB.kdbx:/root/DB.kdbx \
# -v /tmp/.X11-unix:/tmp/.X11-unix \ # -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=$DISPLAY \ # -e DISPLAY=$DISPLAY \
# keepass2 # keepass2 "$@"
# #
# ISSUES: # ISSUES:
# # 'Gtk: cannot open display: :0' # # 'Gtk: cannot open display: :0'