SIGN IN SIGN UP

Fix for help when $HOME is /

estesp noticed that when $HOME is / the ~ substitutions messes up
becuase it tries to replace all paths that start with "/" with "~".
This fixes it so that it will only replace it when $HOME isn't "/".

Signed-off-by: Doug Davis <dug@us.ibm.com>
D
Doug Davis committed
116367eb07351125754aef01f7d3da152b018710
Parent: 55566f2