aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/trx_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/trx_vty.c')
-rw-r--r--CommonLibs/trx_vty.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index 7c568f6..57b9fe2 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -162,7 +162,9 @@ DEFUN(cfg_dev_args, cfg_dev_args_cmd,
DEFUN(cfg_tx_sps, cfg_tx_sps_cmd,
"tx-sps (1|4)",
"Set the Tx Samples-per-Symbol\n"
- "Tx Samples-per-Symbol\n")
+ "Tx Samples-per-Symbol\n"
+ "1 Sample-per-Symbol\n"
+ "4 Samples-per-Symbol\n")
{
struct trx_ctx *trx = trx_from_vty(vty);
@@ -174,7 +176,9 @@ DEFUN(cfg_tx_sps, cfg_tx_sps_cmd,
DEFUN(cfg_rx_sps, cfg_rx_sps_cmd,
"rx-sps (1|4)",
"Set the Rx Samples-per-Symbol\n"
- "Rx Samples-per-Symbol\n")
+ "Rx Samples-per-Symbol\n"
+ "1 Sample-per-Symbol\n"
+ "4 Samples-per-Symbol\n")
{
struct trx_ctx *trx = trx_from_vty(vty);