bsc: Timers are in seconds, clarify that in the online help

This commit is contained in:
Holger Hans Peter Freyther 2014-04-11 19:30:27 +02:00
parent 444d7d8e65
commit 5dd295ff44
1 changed files with 1 additions and 1 deletions

View File

@ -1464,7 +1464,7 @@ DEFUN(cfg_net_pag_any_tch,
cfg_net_T##number##_cmd, \ cfg_net_T##number##_cmd, \
"timer t" #number " <0-65535>", \ "timer t" #number " <0-65535>", \
"Configure GSM Timers\n" \ "Configure GSM Timers\n" \
doc "Timer Value\n") \ doc "Timer Value in seconds\n") \
{ \ { \
struct gsm_network *gsmnet = gsmnet_from_vty(vty); \ struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
int value = atoi(argv[0]); \ int value = atoi(argv[0]); \