e096ac1
diff -Nur audacious-2.2-orig/man/audacious2.1.in audacious-2.2/man/audacious2.1.in
e096ac1
--- audacious-2.2-orig/man/audacious2.1.in	2009-11-22 23:43:46.000000000 +0100
e096ac1
+++ audacious-2.2/man/audacious2.1.in	2010-04-16 12:41:56.000000000 +0200
e096ac1
@@ -37,12 +37,12 @@
e096ac1
 
e096ac1
 .TP
e096ac1
 .I -e, --enqueue
e096ac1
-Do not clear the current playlist before adding the files on the command line to
e096ac1
-it.
e096ac1
+Add the files on the command line to the current playlist but do not start
e096ac1
+playback.
e096ac1
 
e096ac1
 .TP
e096ac1
 .I -E, --enqueue-to-temp
e096ac1
-Add the files on the command line to a new playlist.
e096ac1
+Add the files on the command line to a temporary playlist and start playback.
e096ac1
 
e096ac1
 .PP
e096ac1
 .B Controlling playback:
e096ac1
diff -Nur audacious-2.2-orig/src/audacious/main.c audacious-2.2/src/audacious/main.c
e096ac1
--- audacious-2.2-orig/src/audacious/main.c	2009-11-22 23:43:47.000000000 +0100
e096ac1
+++ audacious-2.2/src/audacious/main.c	2010-04-16 12:43:53.000000000 +0200
e096ac1
@@ -165,7 +165,7 @@
e096ac1
     {"play-pause", 't', 0, G_OPTION_ARG_NONE, &options.play_pause, N_("Pause if playing, play otherwise"), NULL},
e096ac1
     {"fwd", 'f', 0, G_OPTION_ARG_NONE, &options.fwd, N_("Skip forward in playlist"), NULL},
e096ac1
     {"show-jump-box", 'j', 0, G_OPTION_ARG_NONE, &options.show_jump_box, N_("Display Jump to File dialog"), NULL},
e096ac1
-    {"enqueue", 'e', 0, G_OPTION_ARG_NONE, &options.enqueue, N_("Don't clear the playlist"), NULL},
e096ac1
+    {"enqueue", 'e', 0, G_OPTION_ARG_NONE, &options.enqueue, N_("Add files to the playlist"), NULL},
e096ac1
     {"enqueue-to-temp", 'E', 0, G_OPTION_ARG_NONE, &options.enqueue_to_temp, N_("Add new files to a temporary playlist"), NULL},
e096ac1
     {"show-main-window", 'm', 0, G_OPTION_ARG_NONE, &options.mainwin, N_("Display the main window"), NULL},
e096ac1
     {"activate", 'a', 0, G_OPTION_ARG_NONE, &options.activate, N_("Display all open Audacious windows"), NULL},