Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2017-09-19 19:00:35 +0300
committerJoerg Mueller <nexyon@gmail.com>2017-09-19 19:08:42 +0300
commite2e8f4b9e1d0820c276a10748b0e374b7aca6585 (patch)
tree39375f049acc05b84afb8dabfef2315ee0b950fe /source/creator
parentaf170839afc6334bb3ce9ea62624c6c103707dc6 (diff)
Audaspace: removing old device backend names.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 76d9190f251..58948573fb3 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1016,7 +1016,7 @@ static int arg_handle_audio_disable(int UNUSED(argc), const char **UNUSED(argv),
}
static const char arg_handle_audio_set_doc[] =
-"\n\tForce sound system to a specific device\n\tNULL SDL OPENAL JACK"
+"\n\tForce sound system to a specific device\n\tThe name is the same as found in the user preferences, e.g. OpenAL."
;
static int arg_handle_audio_set(int argc, const char **argv, void *UNUSED(data))
{