X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=doc%2Ftutorial.txt;h=6bba6cbee80c43abf7ec9df926f7d9d900fb5ec4;hp=4345c91396d056885e2e0248f35203cd711e2148;hb=bf7625de789143f7eb0a865c1d70157e79fe743e;hpb=7c52f54a7fc8654bc6783ff815c93166b917faf5 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