aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-09 17:18:28 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-09 17:18:28 +0000
commit3188ada336102df3bf8d77cdafdab1a8f65f4d86 (patch)
tree706ce0679f94ff0b8ab84c623fce27e915bbdbec
parentf14378d51d27354b94c6367af9c917483e4a7a8e (diff)
downloadqmmp-3188ada336102df3bf8d77cdafdab1a8f65f4d86.tar.gz
qmmp-3188ada336102df3bf8d77cdafdab1a8f65f4d86.tar.bz2
qmmp-3188ada336102df3bf8d77cdafdab1a8f65f4d86.zip
removed duplicate --next command line option (thanks to Adrian Knoth)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@544 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/ui/builtincommandlineoption.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/builtincommandlineoption.cpp b/src/ui/builtincommandlineoption.cpp
index 15c55a1eb..e35914f34 100644
--- a/src/ui/builtincommandlineoption.cpp
+++ b/src/ui/builtincommandlineoption.cpp
@@ -66,7 +66,6 @@ const QString BuiltinCommandLineOption::helpString() const
"--pause "+tr("Pause current song")+ "\n"
"--play-pause "+tr("Pause if playing, play otherwise")+ "\n"
"--stop "+tr("Stop current song")+ "\n" +
- "--next "+tr("Skip forward in playlist")+ "\n" +
"--volume "+tr("Set playback volume(example: qmmp --volume20, qmmp --volume100)")+ "\n"
"--jump-to-file "+tr("Display Jump to File dialog")+ "\n" +
"--toggle-visibility "+tr("Show/hide application")+ "\n" +