From 12a6e88d8cf2aa1921426a0208d1a1da66387d10 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Sun, 20 Jan 2008 06:13:22 +0000
Subject: [PATCH] correct the name of a CLI command for getting available
 device names

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/console.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/console.conf.sample b/configs/console.conf.sample
index 1631ac2111..ff58605a38 100644
--- a/configs/console.conf.sample
+++ b/configs/console.conf.sample
@@ -76,7 +76,7 @@
 [default]
 input_device = default       ; When configuring an input device and output device,
 output_device = default      ; use the name that you see when you run the "console
-                             ; list devices" CLI command.  If you say "default", the
+                             ; list available" CLI command.  If you say "default", the
                              ; system default input and output devices will be used.
 autoanswer = no
 context = default
-- 
GitLab