Updated tutorial's new_playlist call for new PlaylistAddingCommand syntax
authorW. Trevor King <wking@drexel.edu>
Sun, 15 Aug 2010 12:02:23 +0000 (08:02 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 15 Aug 2010 12:02:23 +0000 (08:02 -0400)
doc/tutorial.txt

index 4345c91396d056885e2e0248f35203cd711e2148..6bba6cbee80c43abf7ec9df926f7d9d900fb5ec4 100644 (file)
@@ -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::
 
 
 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::
 
 
 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]_
 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
 
 .. _optparse module:
   http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments