diff --git a/code/modules/atmospherics/machinery/portable/canister.dm b/code/modules/atmospherics/machinery/portable/canister.dm
index fbeb6db7aac..d647dd921fa 100644
--- a/code/modules/atmospherics/machinery/portable/canister.dm
+++ b/code/modules/atmospherics/machinery/portable/canister.dm
@@ -121,9 +121,9 @@ GLOBAL_DATUM_INIT(canister_icon_container, /datum/canister_icons, new())
/obj/machinery/atmospherics/portable/canister/examine(mob/user)
. = ..()
- . += "The canister can be connected to a connector port with a wrench. Tanks of gas (the kind you can hold in your hand) \
- can be filled by the canister, by using the tank on the canister, increasing the release pressure, then opening the valve until it is full, and then close it. \
- *DO NOT* remove the tank until the valve is closed. A gas analyzer can be used to check the contents of the canister."
+ . += "Connect a canister to a connector port using a wrench. To fill a tank, attach it to the caniser, increase the \
+ release pressure, and open the valve. Alt-click to eject the tank, or use another to hot-swap. A gas analyzer can be used to check \
+ the contents of the canister."
if(isAntag(user))
. += "Canisters can be damaged, spilling their contents into the air, or you can just leave the release valve open."