Revision 96897af7 lib/client/gnt_node.py

b/lib/client/gnt_node.py
987 987
    "[<node_name>...]", "List health of node(s) using out-of-band"),
988 988
  }
989 989

  
990
#: dictionary with aliases for commands
991
aliases = {
992
  "show": "info",
993
  }
994

  
990 995

  
991 996
def Main():
992
  return GenericMain(commands, override={"tag_type": constants.TAG_NODE},
997
  return GenericMain(commands, aliases=aliases,
998
                     override={"tag_type": constants.TAG_NODE},
993 999
                     env_override=_ENV_OVERRIDE)

Also available in: Unified diff