From bf7625de789143f7eb0a865c1d70157e79fe743e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 15 Aug 2010 08:02:23 -0400 Subject: [PATCH 1/1] Updated tutorial's new_playlist call for new PlaylistAddingCommand syntax --- doc/tutorial.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 4345c91..6bba6cb 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -123,7 +123,7 @@ You can list the files in the directory using ``ls`` or ``dir`` Now you are ready to generate the playlist. First, create a blank playlist:: - hooke> new_playlist --name mylist + hooke> new_playlist --output_playlist mylist Ensure that the new playlist is active:: @@ -134,7 +134,8 @@ Ensure that the new playlist is active:: The ``--`` in the ``jump_to_playlist`` command lets ``jump_to_playlist`` know that ``-1`` is an argument and not an option. Using the bare ``--`` is a POSIX specification [#POSIX]_ -supported by the `optparse module`_. +supported by the `optparse module`_. You don't need to jump if +the new playlist is your only loaded playlist. .. _optparse module: http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments -- 2.26.2